Merge pull request #1875 from jonahryandavis/extra-tokens

Fix conformance with -Wextra-tokens
This commit is contained in:
John Kessenich
2019-08-22 08:52:15 -06:00
committed by GitHub

View File

@@ -3180,7 +3180,7 @@ void TParseContext::accStructNVCheck(const TSourceLoc& loc, const TType& type, c
}
#endif GLSLANG_WEB
#endif // GLSLANG_WEB
void TParseContext::transparentOpaqueCheck(const TSourceLoc& loc, const TType& type, const TString& identifier)
{