From af766401288bfb65d57c86d83ab74e8aee5c30c7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 19 Jan 2017 20:26:57 +0300 Subject: Fix compilation warning in SDL in dumplibs.cpp --- src/utils/dumplibs.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/utils/dumplibs.cpp b/src/utils/dumplibs.cpp index f60ba7949..46ee768e3 100644 --- a/src/utils/dumplibs.cpp +++ b/src/utils/dumplibs.cpp @@ -25,7 +25,10 @@ #include #include #include +PRAGMACLANG6(GCC diagnostic push) +PRAGMACLANG6(GCC diagnostic ignored "-Wold-style-cast") #include +PRAGMACLANG6(GCC diagnostic pop) #include #include -- cgit v1.2.3-60-g2f50