USR_CFLAGS only applies to .c files, which are compiled with a C compiler, therefore the C++ flag is not applied, resulting in a warning during compilation.
1.1 KiB
1.1 KiB
USR_CFLAGS only applies to .c files, which are compiled with a C compiler, therefore the C++ flag is not applied, resulting in a warning during compilation.