|
Clang: enable -Wbool-conversions and -Wunused-variables on Linux.
-Wbool-conversion warns about EXPECT_EQ(false, blah), so replace
that with EXPECT_FALSE(blah). Do the same with EXPECT_EQ(true, blah)
for good measure (even though that doesn't generate warnings).
Also remove the one instance of an unused variable.
BUG= 69421
TEST=buildbots all compile and all tests pass
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71431
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+178 lines, -194 lines) |
Patch |
|
M |
base/allocator/allocator_unittests.cc
|
View
|
|
4 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
base/message_loop_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
base/message_pump_glib_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
base/pr_time_unittest.cc
|
View
|
1
|
9 chunks |
+30 lines, -30 lines |
0 comments
|
Download
|
|
M |
build/common.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
ceee/ie/broker/cookie_api_module_unittest.cc
|
View
|
|
6 chunks |
+8 lines, -16 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_prefs_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/password_manager/password_store_mac_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/sync/syncable/directory_backing_store_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/tab_contents/navigation_controller_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/ui/gtk/options/languages_page_gtk_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/ui/tabs/dock_info_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/common/resource_dispatcher_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/renderer/spellchecker/spellcheck_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome_frame/test/urlmon_moniker_integration_test.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
courgette/encoded_program_fuzz_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
courgette/streams_unittest.cc
|
View
|
1
2
|
7 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
|
M |
courgette/third_party/paged_array_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
media/audio/audio_util_unittest.cc
|
View
|
|
9 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
media/omx/omx_codec_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
net/base/cert_database_nss_unittest.cc
|
View
|
1
2
|
12 chunks |
+16 lines, -17 lines |
0 comments
|
Download
|
|
M |
net/base/ssl_config_service_win_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
net/websockets/websocket_job_unittest.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
o3d/utils/cross/file_text_reader_test.cc
|
View
|
|
9 chunks |
+25 lines, -25 lines |
0 comments
|
Download
|
|
M |
o3d/utils/cross/string_reader_test.cc
|
View
|
|
9 chunks |
+19 lines, -19 lines |
0 comments
|
Download
|
|
M |
views/view_unittest.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
webkit/glue/cpp_variant_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webkit/plugins/npapi/webplugin_impl_unittest.cc
|
View
|
|
13 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|