Hello again,
I finally found out what was the issue. It was the *#line compiler
directive*, that caused all the trouble
So it seems, that I cannot possibly make clang think that the header like
below is a system one, so it would automatically suppress the warning:
#line 1 "some/garbage"
static c
Hi folks.
I'm trying to debug an issue on a browser plugin built on OSX 10.11 with
clang/llvm
(sorry, I can't seem to get useful versions out - I just installed the
toolset from Apple).
The plugin build is adapted from a build that functions back to OSX
10.6. It uses
GNU Makefiles (not XCode