- removed flex input warnings - workaround for bison conflicts warnings (%expect ...) (cherry picked from commit 0dabc34afe64672f07f572acfcd9478fc3575c9d)
@@ -83,6 +83,7 @@
* 2010-01-10 added SHM_MEM_SZ (andrei)
*/
+%option noinput
%{
#include "dprint.h"
@@ -100,6 +100,8 @@
* added SHM_MEM_SZ (andrei)
+%expect 5
+
#include <stdlib.h>