mirror of
https://github.com/yuzu-mirror/breakpad.git
synced 2026-01-30 12:04:17 +01:00
This avoids compile time errors:
In file included from ./src/testing/googletest/include/gtest/gtest.h:1874:0,
from ./src/breakpad_googletest_includes.h:33,
from src/common/mac/macho_reader_unittest.cc:39:
src/common/mac/macho_reader_unittest.cc: In member function 'virtual void LoadCommand_SegmentBE32_Test::TestBody()':
./src/testing/googletest/include/gtest/internal/gtest-internal.h:133:55: error:
converting 'false' to pointer type for argument 1 of 'char testing::internal::IsNullLiteralHelper(testing::internal::Secret*)' [-Werror=conversion-null]
(sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
^
...
src/common/mac/macho_reader_unittest.cc:1117:3: note: in expansion of macro 'EXPECT_EQ'
EXPECT_EQ(false, actual_segment.bits_64);
Change-Id: I0cf88160dbe17b0feebed3c91ad65491b81023fd
Reviewed-on: https://chromium-review.googlesource.com/439004
Reviewed-by: Mark Mentovai <mark@chromium.org>
|
||
|---|---|---|
| .. | ||
| testing | ||
| arch_utilities.cc | ||
| arch_utilities.h | ||
| bootstrap_compat.cc | ||
| bootstrap_compat.h | ||
| Breakpad.xcconfig | ||
| BreakpadDebug.xcconfig | ||
| BreakpadRelease.xcconfig | ||
| byteswap.h | ||
| dump_syms.cc | ||
| dump_syms.h | ||
| file_id.cc | ||
| file_id.h | ||
| GTMDefines.h | ||
| GTMLogger.h | ||
| GTMLogger.m | ||
| HTTPMultipartUpload.h | ||
| HTTPMultipartUpload.m | ||
| launch_reporter.cc | ||
| launch_reporter.h | ||
| MachIPC.h | ||
| MachIPC.mm | ||
| macho_id.cc | ||
| macho_id.h | ||
| macho_reader.cc | ||
| macho_reader.h | ||
| macho_reader_unittest.cc | ||
| macho_utilities.cc | ||
| macho_utilities.h | ||
| macho_walker.cc | ||
| macho_walker.h | ||
| scoped_task_suspend-inl.h | ||
| string_utilities.cc | ||
| string_utilities.h | ||
| super_fat_arch.h | ||