| commit | 7804e8109a0a4171cd1da01756e6bf52ed4b0fe9 | [log] [tgz] |
|---|---|---|
| author | Brian Osman <brianosman@google.com> | Fri Apr 26 11:21:20 2019 -0400 |
| committer | Brian Osman <brianosman@google.com> | Fri Apr 26 16:15:15 2019 +0000 |
| tree | bb66513a648359417e8a0e28901612a96e08db25 | |
| parent | 64da4ae84db22545e72b8bd1f732bd358899380a [diff] [blame] |
Remove more trailing semi-colons Newer versions of clang are warning about all of these Change-Id: I73a54ab653a741f9b8a7fb5e11ccd7d83069b966 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/29972 Reviewed-by: Nicolas Capens <nicolascapens@google.com> Presubmit-Ready: Nicolas Capens <nicolascapens@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Tested-by: Brian Osman <brianosman@google.com>
diff --git a/src/Main/Config.cpp b/src/Main/Config.cpp index 7cb309a..3e49920 100644 --- a/src/Main/Config.cpp +++ b/src/Main/Config.cpp
@@ -50,7 +50,7 @@ compressedTexTotal = 0; compressedTexFrame = 0; #endif - }; + } void Profiler::nextFrame() {