- Code: Select all
glbl.c: In function ‘GetGlobalInputTermState’:
glbl.c:127: warning: integer overflow in expression
glbl.c: In function ‘SetGlobalInputTermination’:
glbl.c:136: warning: value computed is not used
parser.c: In function ‘ParseMsg’:
parser.c:446: warning: ‘localRet’ may be used uninitialized in this function
debug.c:896: warning: ignoring #pragma GCC diagnostic
debug.c:922: warning: ignoring #pragma GCC diagnostic
debug.c: In function ‘dbgprint’:
debug.c:903: warning: variable ‘pszObjName’ might be clobbered by ‘longjmp’ or ‘vfork’
wtp.c:207: warning: ignoring #pragma GCC diagnostic
wtp.c: In function ‘wtpShutdownAll’:
wtp.c:233: warning: integer overflow in expression
wtp.c: At top level:
wtp.c:248: warning: ignoring #pragma GCC diagnostic
wtp.c: In function ‘wtpWrkrExecCleanup’:
wtp.c:290: warning: integer overflow in expression
wtp.c: At top level:
wtp.c:328: warning: ignoring #pragma GCC diagnostic
wtp.c:368: warning: ignoring #pragma GCC diagnostic
wtp.c: In function ‘wtpStartWrkr’:
wtp.c:403: warning: integer overflow in expression
wtp.c: In function ‘wtpAdviseMaxWorkers’:
wtp.c:435: warning: integer overflow in expression
CC librsyslog_la-wti.lo
wti.c: In function ‘wtiGetState’:
wti.c:85: warning: integer overflow in expression
wti.c: In function ‘wtiSetState’:
wti.c:109: warning: value computed is not used
wti.c:111: warning: value computed is not used
wti.c: At top level:
wti.c:244: warning: ignoring #pragma GCC diagnostic
wti.c:309: warning: ignoring #pragma GCC diagnostic
Similar errors continue to repeat. I eventually "make install" anyway, but rsyslog does not work. It runs as a service, but will not log anything despite having a working configuration file from 5.3.7.
Any ideas? Thanks for your help in advance!

