commit | b8c35f94470d1518e2def0582aaec4e038c92af0 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Apr 27 16:15:51 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Apr 28 16:41:36 2017 -0700 |
tree | 0ef68bf31016198ef4a9f26d33025fa332c2abd4 | |
parent | 6f51c153ea5e4187a313e47ac8bad9a1a999d4e1 [diff] [blame] |
Fix trivial warnings hidden by -isystem Fix the trivial warnings that are hidden by the use of -isystem to include frameworks/av and caught by -Werror. Test: m -j checkbuild Bug: 31751828 Change-Id: I155f9f772ce0a84b364313814cb7cf528b9de4eb
diff --git a/media/libmediaplayerservice/nuplayer/RTSPSource.cpp b/media/libmediaplayerservice/nuplayer/RTSPSource.cpp index 9264e49..8b3d0dc 100644 --- a/media/libmediaplayerservice/nuplayer/RTSPSource.cpp +++ b/media/libmediaplayerservice/nuplayer/RTSPSource.cpp
@@ -544,7 +544,7 @@ return; } - CHECK_EQ(msg->what(), (int)kWhatNotify); + CHECK_EQ(msg->what(), kWhatNotify); int32_t what; CHECK(msg->findInt32("what", &what));