Kevin,
I get:
when compiling "c" source.
Shouldn't this
from the
// *************************************************
// GCC and CLANG
// *************************************************
section stop that?
-Wno-deprecated added to my compile line suppress the warning
James
I get:
Code Select
clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
when compiling "c" source.
Shouldn't this
Code Select
#pragma GCC diagnostic ignored "-Wdeprecated"
from the
// *************************************************
// GCC and CLANG
// *************************************************
section stop that?
-Wno-deprecated added to my compile line suppress the warning
James