Commits


Eric authored and Dominic Hamon committed 906749a48e3
Work around Gtest build failure caused by -Werror=unused-function. (#529) We're propagating extra warning flags to the gtest build, which can cause it to fail. This patch prevents passing "-Wextra" to gtest, since the library itself doesn't test with that flag.