Kaydet (Commit) 1ac9f911 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused functions

üst 1bf04b93
......@@ -2,4 +2,7 @@
// Helper to suppress warnings in lex generated c code, see #i57362#
#include "cfg_yy.c"
void (*avoid_unused_yyunput_in_cfg_yy_c)() = yyunput;
int (*avoid_unused_yy_flex_strlen_in_cfg_yy_c)() = yy_flex_strlen;
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -2,4 +2,7 @@
// Helper to suppress warnings in lex generated c code, see #i57362#
#include "src_yy.c"
void (*avoid_unused_yyunput_in_src_yy_c)() = yyunput;
int (*avoid_unused_yy_flex_strlen_in_src_yy_c)() = yy_flex_strlen;
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -2,4 +2,7 @@
// Helper to suppress warnings in lex generated c code, see #i57362#
#include "xrm_yy.c"
void (*avoid_unused_yyunput_in_xrm_yy_c)() = yyunput;
int (*avoid_unused_yy_flex_strlen_in_xrm_yy_c)() = yy_flex_strlen;
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment