diff options
author | thomasvl@google.com <thomasvl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 11:47:51 +0000 |
---|---|---|
committer | thomasvl@google.com <thomasvl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 11:47:51 +0000 |
commit | 9eea71c4710393b3bed637382b3f82ec5eb60d2e (patch) | |
tree | 607f3a70a731e7c3e935ecde41986a9d5379ae68 /ipc/ipc.gyp | |
parent | 61399a2487f8dcc88f987b2b5d4f2431a29cb8be (diff) | |
download | chromium_src-9eea71c4710393b3bed637382b3f82ec5eb60d2e.zip chromium_src-9eea71c4710393b3bed637382b3f82ec5eb60d2e.tar.gz chromium_src-9eea71c4710393b3bed637382b3f82ec5eb60d2e.tar.bz2 |
Up the warnings in ipc
- add chromium_code:1 to the GYP file
- Fix some unittest compares of literal 0 to apis that return size_t
- initializer order match declared order
- type_id is a uint32, so fix up comparison warnings by using the right type in the test code.
BUG=none
TEST=everything still builds/works
Review URL: http://codereview.chromium.org/2863034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51520 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc.gyp')
-rw-r--r-- | ipc/ipc.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp index 5560abe..69da83b 100644 --- a/ipc/ipc.gyp +++ b/ipc/ipc.gyp @@ -3,6 +3,9 @@ # found in the LICENSE file. { + 'variables': { + 'chromium_code': 1, + }, 'target_defaults': { 'sources/': [ ['exclude', '/win/'], |