gcc 2.95 doesn't understand -Wno-unused-function, replaced with -Wno-unused
authorFrank Mori Hess <fmhess@speakeasy.net>
Thu, 5 Jun 2003 04:22:50 +0000 (04:22 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Thu, 5 Jun 2003 04:22:50 +0000 (04:22 +0000)
python/Makefile.am

index 97478abbad352b59e5ad2b5fcb0785d9563674ef..fdc9cd89b1e71a4251ef641d1005b7f4a371bd4f 100644 (file)
@@ -3,7 +3,7 @@ pyexec_LTLIBRARIES = _comedi.la
 
 _comedi_la_SOURCES = comedi_wrap.c
 _comedi_la_CFLAGS = $(COMEDILIB_CFLAGS) $(PYTHON_INCLUDES) \
-       -fno-strict-aliasing -Wno-unused-function
+       -fno-strict-aliasing -Wno-unused
 _comedi_la_LDFLAGS = -module -avoid-version $(COMEDILIB_LIBS)
 
 pyexec_SCRIPTS = comedi.py