WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
136093
GCC fails on #pragma clang diagnostic after
r172756
https://bugs.webkit.org/show_bug.cgi?id=136093
Summary
GCC fails on #pragma clang diagnostic after r172756
Akos Kiss
Reported
2014-08-19 19:40:06 PDT
GCC emits the following error messages when building jsc: /home/akiss/devel/WebKit/Source/JavaScriptCore/runtime/JSDataViewPrototype.cpp:211:0: error: ignoring #pragma clang diagnostic [-Werror=unknown-pragmas] /home/akiss/devel/WebKit/Source/JavaScriptCore/runtime/JSDataViewPrototype.cpp:212:0: error: ignoring #pragma clang diagnostic [-Werror=unknown-pragmas] /home/akiss/devel/WebKit/Source/JavaScriptCore/runtime/JSDataViewPrototype.cpp:293:0: error: ignoring #pragma clang diagnostic [-Werror=unknown-pragmas] cc1plus: all warnings being treated as errors make[3]: *** [Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/runtime/JSDataViewPrototype.cpp.o] Error 1
Attachments
Proposed patch.
(1.80 KB, patch)
2014-08-19 19:44 PDT
,
Akos Kiss
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Akos Kiss
Comment 1
2014-08-19 19:44:28 PDT
Created
attachment 236849
[details]
Proposed patch.
Akos Kiss
Comment 2
2014-08-19 19:50:04 PDT
Comment on
attachment 236849
[details]
Proposed patch.
r172793
fixed it already
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug