[Dart] Suggested change to a Dart file
Peter Vanroose
Peter.Vanroose at esat.kuleuven.ac.be
Mon, 21 Jan 2002 09:21:18 +0100
(Sorry if this isn't the right mailing list for this purpose.)
I propose to add a line to "Build.tcl", to filter out an irrelevant bunch of
warnings on Alpha when building a shared library;
see attached "cvs diff -u" output:
Index: Source/Client/Build.tcl
===================================================================
RCS file: /Dart/cvsroot/Dart/Source/Client/Build.tcl,v
retrieving revision 1.31
diff -u -r1.31 Build.tcl
--- Source/Client/Build.tcl 2002/01/16 14:16:19 1.31
+++ Source/Client/Build.tcl 2002/01/20 18:00:53
at at -209,6 +209,7 at at
{/usr/openwin/include/X11/Xlib\.h:[0-9]+: warning: ANSI C\+\+ forbids declaration} \
{/usr/openwin/include/X11/Xutil\.h:[0-9]+: warning: ANSI C\+\+ forbids declaration} \
{/usr/openwin/include/X11/XResource\.h:[0-9]+: warning: ANSI C\+\+ forbids declaration} \
+ {: weak symbol multiply defined} \
{WARNING 84 :} \
{WARNING 47 :} \
{makefile:} \
-- Peter Vanroose
Electrotechnical Department (ESAT/PSI)
K.U.Leuven, Belgium.
Peter.Vanroose at esat.kuleuven.ac.be