0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-27 07:54:05 +01:00

bandb: Suppress all warnings from sqlite3.c compilation.

This commit is contained in:
Jason Volk 2016-07-25 12:53:00 -07:00
parent a5bed9b058
commit 726e5a24a4

View file

@ -52,3 +52,8 @@ bantool_SOURCES = \
bantool.cc \
rsdb_sqlite3.cc \
rsdb_snprintf.c
sqlite3.o:
echo -e "\033[1;36m***\033[0m Compiling sqlite3 may take a moment..."
$(COMPILE) -w -c -o sqlite3.o sqlite3.c