summaryrefslogtreecommitdiff
path: root/ext/-test-/public_header_warnings
AgeCommit message (Collapse)Author
2024-08-11Show mkmf.log when failedNobuyoshi Nakada
2024-05-28Test for compiling without warnings against public headersMike Dalessio
Under compilers with WERRORFLAG, MakeMakefile.try_compile treats warnings as errors, so we can use append_cflags to test whether the public header files emit warnings with certain flags turned on. [Regression test for feature #20507]