summaryrefslogtreecommitdiff
path: root/l10ntools/source/src_yy_wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/src_yy_wrapper.c')
-rw-r--r--l10ntools/source/src_yy_wrapper.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/l10ntools/source/src_yy_wrapper.c b/l10ntools/source/src_yy_wrapper.c
new file mode 100644
index 000000000000..974068de2d88
--- /dev/null
+++ b/l10ntools/source/src_yy_wrapper.c
@@ -0,0 +1,5 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+// Helper to suppress warnings in lex generated c code, see #i57362#
+#include "src_yy.c"
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */