You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It generates this warning on linux gcc when compiling a c file from a mixed C and C++ project:
cc1: warning: command line option ‘-std=gnu++11’ is valid for C++/ObjC++ but not for C
This public/leaking flag can also potentially interfere with C++14 and C++17 users
The text was updated successfully, but these errors were encountered:
mean-ui-thread
changed the title
-std=gnu++11 c++ flags leaks into users's c compiler flags
-std=gnu++11 c++ flags leaks into users's c and C++ compiler flags
Sep 16, 2018
It generates this warning on linux gcc when compiling a c file from a mixed C and C++ project:
This public/leaking flag can also potentially interfere with C++14 and C++17 users
The text was updated successfully, but these errors were encountered: