Re: [Hamlib-developer] [Hamlib/Hamlib] Fix unbalanced ENTERFUNC/RETURNFUNC pairs in icom.c (PR #164
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: George B. <geo...@gm...> - 2024-12-23 00:19:41
|
First reply went to somewhere in github, but didn't show up in the PR.. Lets try again.. It's already there - tests/func_chk.c - I just made it useful/work about 6 months ago My normal usage - from the Hamlib source dir > (cd build/tests; make func_chk) > grep -RI -l --exclude-dir=.git/ --exclude-dir=build/ --exclude=func_chk.c -E 'ENTERFUNC|RETURNFUNC' | \ xargs build/tests/func_chk On 12/22/24 5:23 PM, Michael Black wrote: > > I take it you have some utility you wrote that checks this. > Would be nice to integrate it so it would automatically check as part > of "make check" or the test programs. > > — > Reply to this email directly, view it on GitHub > <https://github.com/Hamlib/Hamlib/pull/1640#issuecomment-2558624955>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AC36NNHQKVEEYAJ2NBAORYL2G43VTAVCNFSM6AAAAABUCASR32VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNJYGYZDIOJVGU>. > You are receiving this because you authored the thread.Message ID: > <Hamlib/Hamlib/pull/1640/c25...@gi...> > |