Skip to content
Snippets Groups Projects
Commit 9b3fc492 authored by Tom Lane's avatar Tom Lane
Browse files

If we're going to test for switch validity by observing whether the

compiler emits any warnings, the test program had better be 100%
correct, not only 90% correct.  The recent addition of -Wold-style-definition
broke thread-safety detection on every platform that has that switch,
because the test program used an old-style definition.
parent 8b9aaea8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment