Branch: Tag:

2016-12-11

2016-12-11 18:35:07 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Build [C++]: Fixed warning about unsupported option.

The option -Wimplicit-function-declaration is not supported with
C++ (as it is required behavior).

1629:    AC_SYS_COMPILER_FLAG(-Wcomment,Wcomment,WARN)    AC_SYS_COMPILER_FLAG(-Wformat,Wformat,WARN)    AC_SYS_COMPILER_FLAG(-Wformat-security,Wformat_security,WARN) -  AC_SYS_COMPILER_FLAG(-Wimplicit-function-declaration,Wimplicit_function_declaration,WARN) +  AC_SYS_COMPILER_FLAG(-Wimplicit-function-declaration,Wimplicit_function_declaration,CFLAGS)    AC_SYS_COMPILER_FLAG(-Wmultichar,Wmultichar,WARN)    AC_SYS_COMPILER_FLAG(-Wunused-function,Wunused_function,WARN)    AC_SYS_COMPILER_FLAG(-Wswitch,Wswitch,WARN)