Unverified Commit e558d50b authored by Sergiu Deitsch's avatar Sergiu Deitsch Committed by GitHub

Merge pull request #370 from hemantbits/patch-1

Fix warnings
parents 30f7f3ee 41a6a788
......@@ -1076,13 +1076,14 @@ TEST(Strerror, logging) {
// Simple routines to look at the sizes of generated code for LOG(FATAL) and
// CHECK(..) via objdump
/*
static void MyFatal() {
LOG(FATAL) << "Failed";
}
static void MyCheck(bool a, bool b) {
CHECK_EQ(a, b);
}
*/
#ifdef HAVE_LIB_GMOCK
TEST(DVLog, Basic) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment