Dont output any warnings in external sqlite.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5231 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
88a486d14c
commit
504ffcc625
|
@ -1,5 +1,5 @@
|
||||||
AM_CPPFLAGS = $(SDL_CFLAGS) $(WZ_CPPFLAGS)
|
AM_CPPFLAGS = $(SDL_CFLAGS) $(WZ_CPPFLAGS)
|
||||||
AM_CFLAGS = $(subst -Werror,,$(WZ_CFLAGS))
|
AM_CFLAGS = $(patsubst -W%,,$(WZ_CFLAGS))
|
||||||
|
|
||||||
noinst_LIBRARIES = libsqlite3.a
|
noinst_LIBRARIES = libsqlite3.a
|
||||||
noinst_HEADERS = physfs_vfs.h sqlite3ext.h sqlite3.h
|
noinst_HEADERS = physfs_vfs.h sqlite3ext.h sqlite3.h
|
||||||
|
|
Loading…
Reference in New Issue