Fix UUID and issue on older Debian systems.
[awesomized/libmemcached] / libmemcached / csl / scanner.l
index e52b1fe4692b7e1df29155db179ee65956fb0cc8..5a3419069faf4aa04e663ae64a808b07e821c00f 100644 (file)
 #pragma GCC diagnostic ignored "-Wshorten-64-to-32"
 #endif
 
+#ifndef __INTEL_COMPILER
+#ifndef __clang__
+#pragma GCC diagnostic ignored "-Wlogical-op"
+#endif
+#endif
+
 #define YY_EXTRA_TYPE Context*
 
 }