unwanted -Winline option in compiler invocation
- From: Krzysztof Foltman <kfoltman onet pl>
- To: dia-list gnome org
- Subject: unwanted -Winline option in compiler invocation
- Date: Tue, 15 Jul 2003 21:15:52 +0200
Pretty please, remove the -Winline flag from compiler invocation... All
it does is producing redundant warning messages which only obscure the
relevant ones. Does it actually hurt (in Dia context) that the function
doesn't get inlined ? I'm 99% sure it doesn't.
Krzysztof
Index: configure.in
===================================================================
RCS file: /cvs/gnome/dia/configure.in,v
retrieving revision 1.194
diff -u -r1.194 configure.in
--- configure.in 13 Jun 2003 15:27:14 -0000 1.194
+++ configure.in 15 Jul 2003 19:06:09 -0000
@@ -330,7 +330,6 @@
DIA_CHECK_CFLAG(-Wall)
DIA_CHECK_CFLAG(-Wunused)
- DIA_CHECK_CFLAG(-Winline)
DIA_CHECK_CFLAG(-Wmissing-prototypes)
DIA_CHECK_CFLAG(-Wmissing-declarations)
DIA_CHECK_CFLAG(-finline-functions)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]