[m-dev.] trivial diff: don't use -Werror
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Apr 19 15:46:37 AEST 2000
Estimated hours taken: 0.25
extras/trailed_update/Mmakefile:
Don't use the gcc `-Werror' option (treat warnings as errors)
in CFLAGS, since on some systems you get spurious warnings in
system header files which cannot easily be fixed.
Workspace: /home/pgrad/fjh/ws/hg
Index: extras/trailed_update/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/trailed_update/Mmakefile,v
retrieving revision 1.9
diff -u -d -r1.9 Mmakefile
--- extras/trailed_update/Mmakefile 2000/04/19 05:44:25 1.9
+++ extras/trailed_update/Mmakefile 2000/04/19 05:44:39
@@ -8,7 +8,7 @@
# enable C debugging
RM_C = :
-MGNUCFLAGS = -g -Werror
+MGNUCFLAGS = -g
MLFLAGS = -g
# We need this to use shared libraries on Linux
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list