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

Issue 67056: Disable gcc 4.4 warnings about hash_map and hash_set being (Closed)

Created:
11 years, 8 months ago by tony
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, vega.james_gmail.com
Visibility:
Public.

Description

Disable gcc 4.4 warnings about hash_map and hash_set being deprecated. backward_warning.h in gcc 4.4.0 wraps the warning around an ifdef __DEPRECATED.

Patch Set 1 #

Total comments: 1

Patch Set 2 : ifdef #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M base/hash_tables.h View 1 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
tony
11 years, 8 months ago (2009-04-10 22:45:22 UTC) #1
Mark Mentovai
http://codereview.chromium.org/67056/diff/1/2 File base/hash_tables.h (right): http://codereview.chromium.org/67056/diff/1/2#newcode35 Line 35: #define __DEPRECATED CHROME_OLD__DEPRECATED This will result in __DEPRECATED ...
11 years, 8 months ago (2009-04-11 01:17:27 UTC) #2
Craig Schlenter
This looks good modulo Mark's comments. Thanks for looking into this! I thought of one ...
11 years, 8 months ago (2009-04-11 14:43:15 UTC) #3
tony
Updated. Take another look? On 2009/04/11 01:17:27, Mark Mentovai wrote: > http://codereview.chromium.org/67056/diff/1/2 > File base/hash_tables.h ...
11 years, 8 months ago (2009-04-13 16:50:28 UTC) #4
Mark Mentovai
Looks good now.
11 years, 8 months ago (2009-04-13 16:52:08 UTC) #5
M-A Ruel
11 years, 8 months ago (2009-04-13 16:55:32 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698