]> git.draconx.ca Git - gob-dx.git/commitdiff
Improve str.gob testcase on non-GNU compilers.
authorNick Bowler <nbowler@draconx.ca>
Sat, 26 Feb 2022 03:55:02 +0000 (22:55 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 26 Feb 2022 03:55:02 +0000 (22:55 -0500)
Checking for -Wformat warnings from the compiler is not going to work
well on non-GNU toolchains, or even on old GNU toolchains where the
warning is not enabled by default, or if the user specified something
like -w in CFLAGS.

Adapt the test to check whether the compiler produces such warnings
and produce a skipped result if not.


No differences found