Bug 136093

Summary: GCC fails on #pragma clang diagnostic after r172756
Product: WebKit Reporter: Akos Kiss <akiss>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: fpizlo, gyuyoung.kim, mmirman, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch. none

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
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.