fix broken color state management
[supertux.git] / src / video / glutil.hpp
index 6c2122f..90dd525 100644 (file)
@@ -63,6 +63,8 @@ static inline void check_gl_error(const char* message)
 
     throw std::runtime_error(msg.str());
   }
+#else
+  (void) message;
 #endif
 }