From c27def379c33481d9f7230e03b7e2ec159ff22e1 Mon Sep 17 00:00:00 2001 From: Jonah Ryan-Davis Date: Thu, 22 Aug 2019 10:36:12 -0400 Subject: [PATCH] Fix conformance with -Wextra-tokens --- glslang/MachineIndependent/ParseHelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glslang/MachineIndependent/ParseHelper.cpp b/glslang/MachineIndependent/ParseHelper.cpp index 9e19b279..57206580 100644 --- a/glslang/MachineIndependent/ParseHelper.cpp +++ b/glslang/MachineIndependent/ParseHelper.cpp @@ -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) {