Fix configure checks when applied by the latest clang
Clang's been taught to warn on more things here (unused values when calling pure functions and ignoring their result, for example). It might be better to figure out how to have cmake compile these tests without -Werror/without any warnings enabled. But this'll do for now & I don't know enough about cmake to fix it any other way, or to understand the tradeoffs in that space. llvm-svn: 249472
Loading
Please sign in to comment