Merge pull request #370 from hemantbits/patch-1

Fix warnings
This commit is contained in:
Sergiu Deitsch 2019-10-31 22:44:48 +01:00 committed by GitHub
commit e558d50b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {