cdesktopenv/cde/programs/dtpad
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
..
Dtpad
Makefile.am Remove $(TIRPCINC) from all Makefile.am files - it no longer exists 2019-11-20 18:52:29 -07:00
dtpad.c dtpad: fix implicit-function-declaration warnings 2021-11-12 16:37:02 -07:00
dtpad.h Centralize catgets() calls through MsgCat 2021-06-02 19:55:15 -06:00
dtpad.msg
editCB.c
fileCB.c dtpad: fix implicit-function-declaration warnings 2021-11-12 16:37:02 -07:00
fileDlg.c dtpad: remove register keyword 2018-06-27 22:20:34 -06:00
fileIo.c dtpad: resolve warnings due to buffer safety 2021-11-25 04:44:30 +00:00
formatCB.c
help.h
helpCB.c
helpDlg.c
main.c dtpad: fix implicit-function-declaration warnings 2021-11-12 16:37:02 -07:00
mapfile.reorder
messageParam.h
optionsCB.c
printJob.c dtpad: Change to ANSI function definitions 2018-06-28 04:24:03 +01:00
printOutput.c
printSetup.c Fix a bunch of -Wempty-body warnings reported by clang 2021-12-11 13:10:24 -07:00
session.c dtpad: resolve warnings due to buffer safety 2021-11-25 04:44:30 +00:00
ttMsgSupport.c dtpad: fix implicit-function-declaration warnings 2021-11-12 16:37:02 -07:00
ttSaveSupport.c