aboutsummaryrefslogtreecommitdiff
path: root/desiredata/src/makefile.in
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2009-05-17 01:57:37 +0000
committerN.N. <matju@users.sourceforge.net>2009-05-17 01:57:37 +0000
commita7515ef313970e1fa7b074b95ec5a50b59036821 (patch)
tree614c14ef4142ee509e0af9c2ffe08775147742a3 /desiredata/src/makefile.in
parentea4fef7618a6a53bd9eb9e88c528569580cb07ec (diff)
remove warning in compilation options
svn path=/trunk/; revision=11414
Diffstat (limited to 'desiredata/src/makefile.in')
-rw-r--r--desiredata/src/makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/desiredata/src/makefile.in b/desiredata/src/makefile.in
index 3e5f6948..4199607f 100644
--- a/desiredata/src/makefile.in
+++ b/desiredata/src/makefile.in
@@ -52,7 +52,7 @@ $(SRCXX:.c=.o): %.o: %.c config.log
$(CXX) $(CFLAGS) -xc++ -c -o $*.o $*.c
$(SRC:.c=.o): %.o: %.c config.log
- $(CXX) $(CFLAGS) -Wno-parentheses -Wno-switch -Wstrict-prototypes -c -o $*.o $*.c
+ $(CXX) $(CFLAGS) -Wno-parentheses -Wno-switch -c -o $*.o $*.c
$(SO): $(OBJ) config.log
$(CXX) $(LDSOFLAGS) $(LDFLAGS) $(DBG_CFLAGS) -I../src -o $(SO) $(OBJ) $(WLIB)