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
I am using Apple LLVM version 5.0.
For clang -Wno-pragmas is unknown warning option. warning: unknown warning option '-Wno-pragmas' [-Wunknown-warning-option]
I tried by supplying -Wunknown-warning-option but still getting same warnings.
I included
string.h
andpoison.h
to my sample program and it results in warning :how can I remove the warnings from the include files ?
The text was updated successfully, but these errors were encountered: