diff options
| author | 2007-10-24 18:45:17 +0000 | |
|---|---|---|
| committer | 2007-10-24 18:45:17 +0000 | |
| commit | 475f5579b5674a1b14d051bbd5d4400dd811e085 (patch) | |
| tree | 669f3eacaa1597ff4f41eff1d40ef9c694ef6e51 /src/modules/extra/m_sqlite3.cpp | |
| parent | Last of the -pedantic fixes. Seems we were all good with -pedantic from the s... (diff) | |
| download | inspircd++-475f5579b5674a1b14d051bbd5d4400dd811e085.tar.gz inspircd++-475f5579b5674a1b14d051bbd5d4400dd811e085.tar.bz2 inspircd++-475f5579b5674a1b14d051bbd5d4400dd811e085.zip | |
Remove variadic macros from sqlv2 api, removing the warnings that come with it and increasing compatibility
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8353 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_sqlite3.cpp')
| -rw-r--r-- | src/modules/extra/m_sqlite3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_sqlite3.cpp b/src/modules/extra/m_sqlite3.cpp index 77b269e04..a12d6ad1e 100644 --- a/src/modules/extra/m_sqlite3.cpp +++ b/src/modules/extra/m_sqlite3.cpp @@ -20,7 +20,7 @@ #include "m_sqlv2.h" /* $ModDesc: sqlite3 provider */ -/* $CompileFlags: -Wno-variadic-macros pkgconfversion("sqlite3","3.3") pkgconfincludes("sqlite3","/sqlite3.h","") */ +/* $CompileFlags: pkgconfversion("sqlite3","3.3") pkgconfincludes("sqlite3","/sqlite3.h","") */ /* $LinkerFlags: pkgconflibs("sqlite3","/libsqlite3.so","-lsqlite3") */ /* $ModDep: m_sqlv2.h */ |
