Bug 119495 - ANGLE fails to build with trunk clang: 'register' storage class specifier is deprecated
Summary: ANGLE fails to build with trunk clang: 'register' storage class specifier is ...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: ANGLE (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-05 14:18 PDT by David Farler
Modified: 2013-11-18 11:48 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Farler 2013-08-05 14:18:37 PDT
glslang_lex.cpp and Tokenizer.cpp fail to build due to -Wdeprecated-register and register storage class specifiers on yy-related variables. This storage class specifier is deprecated in C++11.
Comment 1 David Farler 2013-11-18 11:48:30 PST
No longer occurs in ASan builds.