summaryrefslogtreecommitdiffstats
path: root/debug.hpp
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-01-21 15:26:43 +0100
committerNao Pross <naopross@thearcway.org>2019-01-21 15:27:10 +0100
commit46a28a711fd730828ae5596f68ef3510a20b7b31 (patch)
tree95e1d89c6213fbb140e9b9c767eccdabab2eb369 /debug.hpp
parentAdd window test (diff)
downloadlibwsdl2-46a28a711fd730828ae5596f68ef3510a20b7b31.tar.gz
libwsdl2-46a28a711fd730828ae5596f68ef3510a20b7b31.zip
Make window_test threaded
Diffstat (limited to 'debug.hpp')
-rw-r--r--debug.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/debug.hpp b/debug.hpp
index 16dc5a8..c53fc45 100644
--- a/debug.hpp
+++ b/debug.hpp
@@ -4,8 +4,6 @@
#include <sstream>
#ifdef DEBUG
-
- #warning building in debug mode!
#ifdef __builtin_strrchr
#define __FILENAME__ (\
__builtin_strrchr(__FILE__, '/') ? \