diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-24 18:12:24 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-24 18:12:24 +0000 |
commit | 56123af167d744f4553ea1caa3ca4a1ec5eef0a3 (patch) | |
tree | 3baa2696bbafd8f686a5446d452ecdc18d4e2a88 /src/modules/extra/m_testclient.cpp | |
parent | e22745406575667cc94cb8e3b7b78322cce2aa3c (diff) |
Last of the -pedantic fixes. Seems we were all good with -pedantic from the start :) Just seemed that -Wall -Wextra enables moron warnings.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8352 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_testclient.cpp')
-rw-r--r-- | src/modules/extra/m_testclient.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/extra/m_testclient.cpp b/src/modules/extra/m_testclient.cpp index 179a14a19..eb911bf49 100644 --- a/src/modules/extra/m_testclient.cpp +++ b/src/modules/extra/m_testclient.cpp @@ -18,6 +18,8 @@ #include "configreader.h" #include "m_sqlv2.h" +/* $CompileFlags: -Wno-variadic-macros */ + class ModuleTestClient : public Module { private: |