Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Issue 1419733004: talk: Use NDEBUG macro. (Closed)

Created:
5 years, 2 months ago by tfarina
Modified:
5 years, 2 months ago
Reviewers:
Sergey Ulanov
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, juberti2, tommi (sloooow) - chröme
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

talk: Use NDEBUG macro. NDEBUG is a standard macro with the semantic "Not Debug" for C89, C99, C++98, C++2003, C++2011, C++2014 standards. There are no _DEBUG macros in the standards. _DEBUG is a macro Visual Studio defines when you specify the /MTd or /MDd option. http://stackoverflow.com/a/29253284/5237416 This should help fix the TODO in third_party/libjingle/libjingle.gyp BUG=None R=sergeyu@chromium.org Committed: https://crrev.com/ff134ebd3d35ae2edd6eaa63b0a19cb16cc256b7 Cr-Commit-Position: refs/heads/master@{#10377}

Patch Set 1 #

Total comments: 4

Patch Set 2 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M talk/app/webrtc/objc/public/RTCLogging.h View 1 chunk +1 line, -1 line 0 comments Download
M talk/media/base/videoframe_unittest.h View 1 chunk +1 line, -1 line 0 comments Download
M talk/media/base/videorenderer.h View 2 chunks +4 lines, -4 lines 0 comments Download
M talk/session/media/srtpfilter.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
tfarina
Sergey, is this correct/OK?
5 years, 2 months ago (2015-10-22 18:18:11 UTC) #3
juberti
On 2015/10/22 18:18:11, tfarina wrote: > Sergey, is this correct/OK? Are these the only usages ...
5 years, 2 months ago (2015-10-22 19:51:28 UTC) #4
tfarina
On 2015/10/22 19:51:28, juberti wrote: > On 2015/10/22 18:18:11, tfarina wrote: > > Sergey, is ...
5 years, 2 months ago (2015-10-22 19:58:59 UTC) #5
Sergey Ulanov
https://codereview.webrtc.org/1419733004/diff/1/talk/build/common.gypi File talk/build/common.gypi (right): https://codereview.webrtc.org/1419733004/diff/1/talk/build/common.gypi#newcode154 talk/build/common.gypi:154: 'NDEBUG', I don't think you need this. build/common.gypi already ...
5 years, 2 months ago (2015-10-22 21:18:05 UTC) #6
Sergey Ulanov
Rest of the changes LGTM. On 2015/10/22 21:18:05, Sergey Ulanov wrote: > https://codereview.webrtc.org/1419733004/diff/1/talk/build/common.gypi > File ...
5 years, 2 months ago (2015-10-22 21:18:22 UTC) #7
tfarina
https://codereview.webrtc.org/1419733004/diff/1/talk/build/common.gypi File talk/build/common.gypi (right): https://codereview.webrtc.org/1419733004/diff/1/talk/build/common.gypi#newcode154 talk/build/common.gypi:154: 'NDEBUG', On 2015/10/22 21:18:05, Sergey Ulanov wrote: > I ...
5 years, 2 months ago (2015-10-22 22:09:28 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419733004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419733004/20001
5 years, 2 months ago (2015-10-22 22:09:36 UTC) #12
Sergey Ulanov
https://codereview.webrtc.org/1419733004/diff/1/talk/build/common.gypi File talk/build/common.gypi (right): https://codereview.webrtc.org/1419733004/diff/1/talk/build/common.gypi#newcode154 talk/build/common.gypi:154: 'NDEBUG', On 2015/10/22 22:09:28, tfarina wrote: > On 2015/10/22 ...
5 years, 2 months ago (2015-10-22 22:39:58 UTC) #13
tfarina
https://codereview.webrtc.org/1419733004/diff/1/talk/build/common.gypi File talk/build/common.gypi (right): https://codereview.webrtc.org/1419733004/diff/1/talk/build/common.gypi#newcode154 talk/build/common.gypi:154: 'NDEBUG', On 2015/10/22 22:39:58, Sergey Ulanov wrote: > On ...
5 years, 2 months ago (2015-10-22 22:55:22 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 2 months ago (2015-10-22 23:15:24 UTC) #15
commit-bot: I haz the power
5 years, 2 months ago (2015-10-22 23:15:35 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ff134ebd3d35ae2edd6eaa63b0a19cb16cc256b7
Cr-Commit-Position: refs/heads/master@{#10377}

Powered by Google App Engine
This is Rietveld 408576698