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:
parent
a5bed9b058
commit
726e5a24a4
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue