[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 10130)

Jason Hickey jyh at cs.caltech.edu
Wed Feb 28 23:56:53 PST 2007


Module name: OMake Build System [0.9.8.x]
Changes by: jyh at cs.caltech.edu (Jason Hickey)
Date: 2007-02-28 23:56:53 -0800 (Wed, 28 Feb 2007)
Revision: 10130
Log message:
      Minor changes for readline.c to compile on Win32 (untested).
      
      Sometime, the "warnings as errors" flag was added as a Win32
      C compilation flag.  This seems borken, since the OCaml manual
      suggest to ignore the errors.  In the meantime, I added some
         (void) caml__dummy_request;
      lines to avoid the error, but this is nonportable.  We should
      probably turn off "warnings as errors" in the few selected
      cases where this happens.
      
Changes:
    +11 -4	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/2007-02.html#07/02/28.23:56:53



More information about the OMake-CVS mailing list