Comment 22 for bug 180179

Revision history for this message
In , Gk-gknw (gk-gknw) wrote :

caveat to the patch I've posted: the pragma
#pragma GCC diagnostic warning "-Wstrict-prototypes"
also overwrites -Werror - that means if -Werror was specified from commandline then after including prlink.h the above pragma would turn it back into warnings.