Skip to content
Snippets Groups Projects
Commit 37d7cfb1 authored by John Kessenich's avatar John Kessenich Committed by GitHub
Browse files

Merge pull request #961 from benvanik/fix_order

Fixing initialization order to fix -Wreorder warning in clang.
parents 89400ea7 82da44d4
No related branches found
No related tags found
No related merge requests found
......@@ -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() { }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment