Fix conformance with -Wextra-tokens

This commit is contained in:
Jonah Ryan-Davis 2019-08-22 10:36:12 -04:00
parent c817600491
commit c27def379c

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) void TParseContext::transparentOpaqueCheck(const TSourceLoc& loc, const TType& type, const TString& identifier)
{ {