Merge branch release-2016
[alexxy/gromacs.git] / src / gromacs / selection / scanner.l
index 2c03a33e4278e4bbb7956e6d5524ffabd047f823..105250f2d4711ca117109cb66f6894baff99c0db 100644 (file)
 // when we have return statements followed by break. Instead, we add breaks
 // manually.
 #define YY_BREAK
+
+#ifdef __INTEL_COMPILER
+// Ignore unused variables in generated code.
+#pragma warning(disable:593)
+#endif
 %}
 
 INTEGER    [[:digit:]]+