Skip to content

Commit 670d8e9

Browse files
[GTK] Fix huge ENABLE_RESOURCE_USAGE warning spam
Unreviewed. We shouldn't redefine ENABLE_RESOURCE_USAGE in Platform.h as it's already defined in cmakeconfig.h. * wtf/Platform.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@211672 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 1ecaa80 commit 670d8e9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Source/WTF/ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2017-02-04 Michael Catanzaro <[email protected]>
2+
3+
[GTK] Fix huge ENABLE_RESOURCE_USAGE warning spam
4+
5+
Unreviewed. We shouldn't redefine ENABLE_RESOURCE_USAGE in Platform.h as
6+
it's already defined in cmakeconfig.h.
7+
8+
* wtf/Platform.h:
9+
110
2017-02-03 Joseph Pecoraro <[email protected]>
211

312
Performance Timing: Convert WTF::MonotonicTime and WTF::Seconds

Source/WTF/wtf/Platform.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@
11101110
#define USE_IOSURFACE 1
11111111
#endif
11121112

1113-
#if PLATFORM(COCOA) || PLATFORM(GTK)
1113+
#if PLATFORM(COCOA)
11141114
#define ENABLE_RESOURCE_USAGE 1
11151115
#endif
11161116

0 commit comments

Comments
 (0)