Merge pull request #961 from benvanik/fix_order
Fixing initialization order to fix -Wreorder warning in clang.
This commit is contained in:
commit
37d7cfb129
1 changed files with 1 additions and 1 deletions
|
|
@ -80,8 +80,8 @@ public:
|
|||
statementNestingLevel(0), loopNestingLevel(0), structNestingLevel(0), controlFlowNestingLevel(0),
|
||||
postEntryPointReturn(false),
|
||||
contextPragma(true, false),
|
||||
limits(resources.limits),
|
||||
parsingBuiltins(parsingBuiltins), scanContext(nullptr), ppContext(nullptr),
|
||||
limits(resources.limits),
|
||||
globalUniformBlock(nullptr)
|
||||
{ }
|
||||
virtual ~TParseContextBase() { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue