X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=configure.ac;h=a15ce6e665d10c31e9bc5eb3ab77069f1150dcbc;hb=7d91f1ac08c6021842ae28aaf3b5c93a8184b0f5;hp=716c9f4da5fd3154a1bf518b9597a7ee1c9a8ef8;hpb=faf5c654855a7a42093e43c4c739bb69dd2375d3;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 716c9f4d..a15ce6e6 100644 --- a/configure.ac +++ b/configure.ac @@ -746,7 +746,6 @@ m4_define([WARN_FLAGS_LIST], [ dnl -Wduplicated-branches dnl -Wlogical-op dnl -Wsuggest-override dnl - -Wno-unused-parameter dnl -Wno-sign-compare dnl dnl dnl Some versions of SWIG (like 3.0.12) generate code that produces @@ -761,7 +760,6 @@ m4_define([WARN_FLAGS_LIST], [ dnl dnl dnl Ref: https://github.com/swig/swig/issues/1259 -Wno-cast-function-type dnl - -Wno-missing-field-initializers dnl -Wno-maybe-uninitialized dnl ]) @@ -816,21 +814,11 @@ AC_CONFIG_FILES([ Makefile src/babeltrace2-ctf-writer.pc src/babeltrace2.pc - src/bindings/Makefile src/bindings/python/bt2/bt2/version.py src/bindings/python/bt2/Makefile src/bindings/python/bt2/setup.py - src/bindings/python/Makefile src/cli/Makefile - src/common/Makefile src/Makefile - src/plugins/common/Makefile - src/plugins/ctf/common/metadata/Makefile - src/plugins/ctf/Makefile - src/plugins/lttng-utils/Makefile - src/plugins/Makefile - src/plugins/text/Makefile - src/plugins/utils/Makefile tests/bitfield/Makefile tests/ctf-writer/Makefile tests/lib/Makefile