pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/omake
Module Name: pkgsrc
Committed By: marino
Date: Fri Nov 23 22:55:22 UTC 2012
Modified Files:
pkgsrc/devel/omake: distinfo
Added Files:
pkgsrc/devel/omake/patches: patch-lib_build_OCaml.om
Log Message:
devel/omake: Disable treat error as warnings
GCC 4.7.x will emit warnings on ocaml if a function or a constant is
unreferenced. There are a few dozen of these in omake. The alternative
to disabling warnings=errors is to remove functions and contants over
many files (probably more than a dozen).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/omake/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/omake/patches/patch-lib_build_OCaml.om
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index