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

Issue 11823067: Fixed warnings reported by clang compiler. (Closed)

Created:
7 years, 11 months ago by Tom Ball
Modified:
7 years, 11 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fixed warnings reported by clang compiler. Committed: https://code.google.com/p/dart/source/detail?r=16982

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M runtime/third_party/jscre/pcre_internal.h View 1 chunk +2 lines, -2 lines 1 comment Download
M runtime/vm/os.h View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 3 (0 generated)
Tom Ball
Minor warnings from clang.
7 years, 11 months ago (2013-01-10 23:15:29 UTC) #1
Kevin Millikin (Google)
https://codereview.chromium.org/11823067/diff/1/runtime/third_party/jscre/pcre_internal.h File runtime/third_party/jscre/pcre_internal.h (right): https://codereview.chromium.org/11823067/diff/1/runtime/third_party/jscre/pcre_internal.h#newcode86 runtime/third_party/jscre/pcre_internal.h:86: #define ASSERT(x) if (!(x)) *(reinterpret_cast<volatile int*>(NULL)) = NULL Drive ...
7 years, 11 months ago (2013-01-11 11:30:59 UTC) #2
siva
7 years, 11 months ago (2013-01-11 18:02:25 UTC) #3
lgtm

https://codereview.chromium.org/11823067/diff/1/runtime/vm/os.h
File runtime/vm/os.h (right):

https://codereview.chromium.org/11823067/diff/1/runtime/vm/os.h#newcode11
runtime/vm/os.h:11: struct tm;
We don't seem to use 'tm' anywhere in this file. We could probably get rid of
it.

Powered by Google App Engine
This is Rietveld 408576698