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
commit 28f314d436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
{