cdesktopenv/cde/programs/dtcalc
Jon Trulson dda11f0e38 Fix a bunch of -Wempty-body warnings reported by clang
Many of these were real bugs, like:

if (cond);
   do_something

etc...

Others were just cosmetic - like placing the ';' on a separate line to
make the intention clear.
2021-12-11 13:10:24 -07:00
..
Dtcalc
Makefile.am dtcalc: Remove more 'extern' variables in .c files, by putting them in .h. Also reduce scope of vars and funcs with static. 2021-11-25 04:29:25 +00:00
calctool.c dtcalc: Remove more 'extern' variables in .c files, by putting them in .h. Also reduce scope of vars and funcs with static. 2021-11-25 04:29:25 +00:00
calctool.h dtcalc: Remove more 'extern' variables in .c files, by putting them in .h. Also reduce scope of vars and funcs with static. 2021-11-25 04:29:25 +00:00
ds_common.c dtcalc: remove some pointless macroing of function names to uppercase versionss 2020-11-26 23:00:18 +00:00
ds_common.h dtcalc: Remove support for optional K&R prototypes to simplify code 2020-11-26 22:24:51 +00:00
ds_popup.c dtcalc: Remove support for optional K&R prototypes to simplify code 2020-11-26 22:24:51 +00:00
ds_popup.h dtcalc: Remove support for optional K&R prototypes to simplify code 2020-11-26 22:24:51 +00:00
ds_widget.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
ds_widget.h dtcalc: Remove support for optional K&R prototypes to simplify code 2020-11-26 22:24:51 +00:00
ds_xlib.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
ds_xlib.h dtcalc: Remove support for optional K&R prototypes to simplify code 2020-11-26 22:24:51 +00:00
dtcalc.man
dtcalc.msg correction of message files 2013-09-15 19:35:53 -06:00
functions.c Fix a bunch of -Wempty-body warnings reported by clang 2021-12-11 13:10:24 -07:00
help.c dtcalc: Remove more 'extern' variables in .c files, by putting them in .h. Also reduce scope of vars and funcs with static. 2021-11-25 04:29:25 +00:00
motif.c dtcalc: Remove more 'extern' variables in .c files, by putting them in .h. Also reduce scope of vars and funcs with static. 2021-11-25 04:29:25 +00:00
motif.h dtcalc: Remove more 'extern' variables in .c files, by putting them in .h. Also reduce scope of vars and funcs with static. 2021-11-25 04:29:25 +00:00
mp.c dtcalc: Remove more 'extern' variables in .c files, by putting them in .h. Also reduce scope of vars and funcs with static. 2021-11-25 04:29:25 +00:00
patchlevel.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
text.c dtcalc: Remove more 'extern' variables in .c files, by putting them in .h. Also reduce scope of vars and funcs with static. 2021-11-25 04:29:25 +00:00
text.h dtcalc: Remove more 'extern' variables in .c files, by putting them in .h. Also reduce scope of vars and funcs with static. 2021-11-25 04:29:25 +00:00