[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 9853)
Yegor N. Bryukhov
ybryukhov at gmail.com
Fri Dec 8 11:21:40 PST 2006
Module name: OMake Build System [0.9.8.x]
Changes by: ybryukhov at gmail.com (Yegor N. Bryukhov)
Date: 2006-12-08 11:21:40 -0800 (Fri, 08 Dec 2006)
Revision: 9853
Log message:
1. Visual C++ 2005 considers strcpy, sprintf, etc deprecated.
Disabled warning 4996.
2. readline had one function with no return type defined, VC2005 didn't like it, changed to void
I think it would be better to have warning disabling statement kept in one place so that it would be easier to
change/disable it.
I hope, libmojave part goes to the right place
Changes:
+2 -2 libmojave/cutil/fam_win32.c
+1 -1 libmojave/cutil/lm_notify.c
+5 -0 libmojave/cutil/lm_printf.c
+1 -1 libmojave/cutil/lm_uname_ext.c
+1 -1 libmojave/cutil/lm_unix_cutil.c
+2 -2 omake-branches/0.9.8.x/src/clib/omake_shell_sys.c
+2 -2 omake-branches/0.9.8.x/src/clib/readline.c
----
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2006-12.html#06/12/08.11:21:40
More information about the OMake-CVS
mailing list