[Gtk-sharp-list] patch to fix bad nowarn option
Martin Willemoes Hansen
mwh@sysrq.dk
Sun, 31 Aug 2003 11:38:45 +0200
--=-Q5/jjAp3A8jENEa+VOzk
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hi!
I made this little fix to gtk-sharp/gda/Makefile.in, which fixes the bad
nowarn option.
Okay to commit?
--
Martin Willemoes Hansen
--------------------------------------------------------
E-Mail mwh@sysrq.dk Website mwh.sysrq.dk
IRC MWH, freenode.net
--------------------------------------------------------
--=-Q5/jjAp3A8jENEa+VOzk
Content-Disposition: attachment; filename=Makefile.in.diff
Content-Type: text/x-makefile; name=Makefile.in.diff; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
? Makefile.in.diff
Index: Makefile.in
===================================================================
RCS file: /cvs/public/gtk-sharp/gda/Makefile.in,v
retrieving revision 1.4
diff -u -r1.4 Makefile.in
--- Makefile.in 27 Jul 2003 06:48:39 -0000 1.4
+++ Makefile.in 31 Aug 2003 09:49:11 -0000
@@ -10,7 +10,7 @@
linux: gda-sharp.dll
gda-sharp.dll: Application.cs generated/*.cs
- $(MCS) --unsafe -nowarn:0060,0061 --target library -L ../glib -r glib-sharp.dll -o gda-sharp.dll --recurse '*.cs'
+ $(MCS) --unsafe -nowarn:0660,0661 --target library -L ../glib -r glib-sharp.dll -o gda-sharp.dll --recurse '*.cs'
clean:
rm -f *.dll
--=-Q5/jjAp3A8jENEa+VOzk--