Skip to content
Snippets Groups Projects
Verified Commit f454d1ae authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Bytecode MEX: build with -Wmaybe-unitialized

parent 32f80050
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@ mex_PROGRAMS = bytecode
TOPDIR = $(top_srcdir)/../../sources/bytecode
bytecode_CPPFLAGS = -Wno-maybe-uninitialized $(AM_CPPFLAGS) -I$(TOPDIR) -I$(top_srcdir)/../../../preprocessor/src
bytecode_CPPFLAGS = $(AM_CPPFLAGS) -I$(TOPDIR) -I$(top_srcdir)/../../../preprocessor/src
nodist_bytecode_SOURCES = \
bytecode.cc \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment