diff options
| author | ArielG-NV <159081215+ArielG-NV@users.noreply.github.com> | 2024-05-22 09:18:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 06:18:22 -0700 |
| commit | 8e15bdc9179213d403b540a879a1816699bde5e6 (patch) | |
| tree | ee986632900f4ca7c65065f6866cb51d2544105f /source/slang/slang-parser.cpp | |
| parent | 52b5bb43fd2933a30b405e7938ff62b209eea026 (diff) | |
Fix all Clang-14 warnings (#4203)
* fix all Clang-14 warnings
* remove a clang-14 warning fix because it is a MSVC warning...
Diffstat (limited to 'source/slang/slang-parser.cpp')
| -rw-r--r-- | source/slang/slang-parser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/slang/slang-parser.cpp b/source/slang/slang-parser.cpp index 6f7b0b991..ed579e96d 100644 --- a/source/slang/slang-parser.cpp +++ b/source/slang/slang-parser.cpp @@ -4536,7 +4536,6 @@ namespace Slang parser->pendingModifiers = &modifiers; auto loc = parser->tokenReader.peekLoc(); - auto ptoken = parser->tokenReader.peekToken(); switch (peekTokenType(parser)) { case TokenType::Identifier: |
