|
Fixes for re-enabling more MSVC level 4 warnings: misc edition #2
This contains fixes for the following sorts of issues:
* Assignment inside conditional
* Taking the address of a temporary
* Octal escape sequence terminated by decimal number
* Signedness mismatch
* Possibly-uninitialized local variable
This also contains a small number of cleanups to nearby code (e.g. no else after return).
BUG= 81439
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283967
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+119 lines, -132 lines) |
Patch |
 |
M |
ash/drag_drop/drag_drop_controller.cc
|
View
|
1
2
3
|
5 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cloud_print/virtual_driver/win/install/setup.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
crypto/symmetric_key_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_win.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/extension_prefs.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/common/id_util.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
google_apis/gaia/fake_gaia.cc
|
View
|
|
4 chunks |
+37 lines, -35 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_message_utils.cc
|
View
|
|
1 chunk |
+11 lines, -15 lines |
0 comments
|
Download
|
 |
M |
jingle/glue/thread_wrapper_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
jingle/glue/utils.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
skia/ext/pixel_ref_utils_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -9 lines |
0 comments
|
Download
|
 |
M |
skia/ext/platform_canvas_unittest.cc
|
View
|
1
2
|
3 chunks |
+10 lines, -13 lines |
0 comments
|
Download
|
 |
M |
sql/recovery.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/public/base/invalidation.cc
|
View
|
1
2
3
4
|
1 chunk |
+18 lines, -19 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/sync_manager_impl_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/gn/tokenizer.cc
|
View
|
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tools/json_to_struct/json_to_struct.py
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
win8/metro_driver/ime/text_store.cc
|
View
|
|
3 chunks |
+7 lines, -11 lines |
0 comments
|
Download
|
Total messages: 32 (0 generated)
|