Commit 7804e810 by Brian Osman

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/+/29972Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Presubmit-Ready: Nicolas Capens <nicolascapens@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Tested-by: 's avatarBrian Osman <brianosman@google.com>
parent 64da4ae8
...@@ -50,7 +50,7 @@ namespace sw ...@@ -50,7 +50,7 @@ namespace sw
compressedTexTotal = 0; compressedTexTotal = 0;
compressedTexFrame = 0; compressedTexFrame = 0;
#endif #endif
}; }
void Profiler::nextFrame() void Profiler::nextFrame()
{ {
......
...@@ -50,7 +50,7 @@ namespace sw ...@@ -50,7 +50,7 @@ namespace sw
compressedTexTotal = 0; compressedTexTotal = 0;
compressedTexFrame = 0; compressedTexFrame = 0;
#endif #endif
}; }
void Profiler::nextFrame() void Profiler::nextFrame()
{ {
......
...@@ -2210,7 +2210,7 @@ namespace es2sw ...@@ -2210,7 +2210,7 @@ namespace es2sw
else UNREACHABLE(compareMode); else UNREACHABLE(compareMode);
return sw::COMPARE_BYPASS; return sw::COMPARE_BYPASS;
}; }
sw::SwizzleType ConvertSwizzleType(GLenum swizzleType) sw::SwizzleType ConvertSwizzleType(GLenum swizzleType)
{ {
...@@ -2226,7 +2226,7 @@ namespace es2sw ...@@ -2226,7 +2226,7 @@ namespace es2sw
} }
return sw::SWIZZLE_RED; return sw::SWIZZLE_RED;
}; }
sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace) sw::CullMode ConvertCullMode(GLenum cullFace, GLenum frontFace)
{ {
......
...@@ -40,6 +40,6 @@ namespace sw ...@@ -40,6 +40,6 @@ namespace sw
Vector4f normalize(Vector4f &src); Vector4f normalize(Vector4f &src);
Float4 power(Float4 &src0, Float4 &src1); Float4 power(Float4 &src0, Float4 &src1);
}; };
}; }
#endif // sw_VertexPipeline_hpp #endif // sw_VertexPipeline_hpp
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
namespace sw namespace sw
{ {
class Blitter; class Blitter;
}; }
namespace vk namespace vk
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment