On Tue, Jul 19, 2016 at 1:32 PM, Kumar Mg <[email protected]> wrote: > Hi > > We are getting these message during compilation and not sure if any code > update is required for the rename_ex function in src/shared/file_op.c. >
I don't see any issues with it in the current source. I don't have 2.8.3 handy to check that. > Compiling on CentOS 7 for OSSEC 2.8.3 version. > > > *** Making shared *** > > > > make[1]: Entering directory `/OSSECSRC/src/shared' > > cc -c -g -Wall -I../ -I../headers -DUSE_OPENSSL -DUSEINOTIFY > -DMAX_AGENTS=512 -DARGV0=\"shared-libs\" -DOSSECHIDS *.c > > file_op.c: In function 'rename_ex': > > file_op.c:660:9: warning: too many arguments for format > [-Wformat-extra-args] > > ); > > ^ > > ar cru lib_shared.a *.o > > ranlib lib_shared.a > > make[1]: Leaving directory `/OSSECSRC/src/shared' > > > > Thanks > Kumar > > -- > > --- > You received this message because you are subscribed to the Google Groups > "ossec-list" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
