We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028a1b4 commit 069ea93Copy full SHA for 069ea93
2 files changed
gecode/flatzinc/parser.tab.cpp
@@ -78,6 +78,10 @@
78
#include <iostream>
79
#include <fstream>
80
81
+#if defined __GNUC__
82
+#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
83
+#endif
84
+
85
#ifdef HAVE_MMAP
86
#include <stdio.h>
87
#include <stdlib.h>
gecode/flatzinc/parser.yxx
@@ -44,6 +44,10 @@
44
45
46
47
48
49
50
51
52
53
0 commit comments