]> git.lyx.org Git - lyx.git/blobdiff - src/tests/check_layout.cpp
We only support gcc >= 4.9.
[lyx.git] / src / tests / check_layout.cpp
index 2fa0fe11e94e8447fc59ebd280117918da8ce843..afdb66777dfc3b3abef6a1f7ff3214ea2f53c0a8 100644 (file)
@@ -1,5 +1,6 @@
 #include <config.h>
 
+#include "../support/debug.h"
 #include "../support/FileName.h"
 #include "../support/filetools.h"
 #include "../Format.h"
@@ -20,7 +21,7 @@ using namespace std;
 namespace lyx {
 namespace frontend {
 namespace Alert {
-void warning(docstring const & title, docstring const & message, bool const &)
+void warning(docstring const & title, docstring const & message, bool)
 {
        LYXERR0(title);
        LYXERR0(message);