Comment # 12
on bug 12689
from Guy Harris
(In reply to Gerald Combs from comment #10)
> It looks like the difference in behavior is due to
> https://code.wireshark.org/review/11947, which switched from -I... to
> -isystem... for the GTK+ and GLib headers.
"-isystem" is treated by at least some compilers as a hint that these are
"system" headers rather than headers for the software being built, and thus
headers not under the control of the developer of the software being built, so
that the compilers don't bother trying to be too pedantic about the contents of
those headers.
You are receiving this mail because:
- You are watching all bug changes.