Skip to content
Snippets Groups Projects
Commit bb81073b authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

build: remove -Wno-return-type that hides possible issues

Refs #67228

Change-Id: I22e4506828bd35d3920baf1dfd8245849b8dff18
parent 9b178b73
Branches
No related tags found
No related merge requests found
...@@ -568,7 +568,7 @@ dnl debug mode is default-disabled ...@@ -568,7 +568,7 @@ dnl debug mode is default-disabled
AC_ARG_ENABLE([debug], AS_HELP_STRING([--enable-debug], [Build in debug mode, adds stricter warnings, disables optimization])) AC_ARG_ENABLE([debug], AS_HELP_STRING([--enable-debug], [Build in debug mode, adds stricter warnings, disables optimization]))
AS_IF([test "x$enable_debug" = "xyes"], AS_IF([test "x$enable_debug" = "xyes"],
[CXXFLAGS="${CXXFLAGS} -g -Wno-return-type -Wall -Wextra -Wnon-virtual-dtor -O0"]) [CXXFLAGS="${CXXFLAGS} -g -Wall -Wextra -Wnon-virtual-dtor -O0"])
dnl What Makefiles to generate dnl What Makefiles to generate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment