CVS: setedit change.log,1.791,1.792
Brought to you by:
set
From: Salvador E. T. <se...@us...> - 2015-06-03 14:20:16
|
Update of /cvsroot/setedit/setedit In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23822 Modified Files: change.log Log Message: * Fixed: [gcc] Warnings about write, fgets, chdir and getcwd ignored return values. * Fixed: [gcc] Warning about memset called with 0 size. * Fixed: [gcc] Warnings about *printf when fputs is enough. Index: change.log =================================================================== RCS file: /cvsroot/setedit/setedit/change.log,v retrieving revision 1.791 retrieving revision 1.792 diff -C2 -d -r1.791 -r1.792 *** change.log 3 Jun 2015 11:45:12 -0000 1.791 --- change.log 3 Jun 2015 14:20:12 -0000 1.792 *************** *** 1,7 **** $Log$ Revision 1.791 2015/06/03 11:45:12 set * Fixed: [gcc] gcc's -Wunused-but-set-variable (4.7.2) broke the zlib version detection. ! . Revision 1.790 2015/06/03 11:28:34 set * Fixed: [gcc] Unused variables. (holidays/datetools.c libpcre/study.c --- 1,13 ---- $Log$ + Revision 1.792 2015/06/03 14:20:12 set + * Fixed: [gcc] Warnings about write, fgets, chdir and getcwd ignored return + values. + * Fixed: [gcc] Warning about memset called with 0 size. + * Fixed: [gcc] Warnings about *printf when fputs is enough. + Revision 1.791 2015/06/03 11:45:12 set * Fixed: [gcc] gcc's -Wunused-but-set-variable (4.7.2) broke the zlib version detection. ! Revision 1.790 2015/06/03 11:28:34 set * Fixed: [gcc] Unused variables. (holidays/datetools.c libpcre/study.c |