diff options
| author | 2007-10-24 18:03:36 +0000 | |
|---|---|---|
| committer | 2007-10-24 18:03:36 +0000 | |
| commit | 2ab88037d8d7d6df3fb9686216a0b36f5ece2313 (patch) | |
| tree | 11de6ce24e8697daa45e15f89e510128476c6b88 /src/modules/extra/m_mysql.cpp | |
| parent | -pedantic good, -Wextra bad. read g++ manpage :) (diff) | |
Pedantic clean
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8349 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_mysql.cpp')
| -rw-r--r-- | src/modules/extra/m_mysql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp index 1feb3b02b..485c5542d 100644 --- a/src/modules/extra/m_mysql.cpp +++ b/src/modules/extra/m_mysql.cpp @@ -22,7 +22,7 @@ /* VERSION 2 API: With nonblocking (threaded) requests */ /* $ModDesc: SQL Service Provider module for all other m_sql* modules */ -/* $CompileFlags: exec("mysql_config --include") */ +/* $CompileFlags: -Wno-variadic-macros exec("mysql_config --include") */ /* $LinkerFlags: exec("mysql_config --libs_r") rpath("mysql_config --libs_r") */ /* $ModDep: m_sqlv2.h */ /* $NoPedantic */ |
