Commit 76577b1a by Nico Weber

Fix -Wextra-semi warnings in headers used in Chromium

parent 58d6905e
...@@ -75,6 +75,6 @@ void SpirvToolsLegalize(const glslang::TIntermediate& intermediate, std::vector< ...@@ -75,6 +75,6 @@ void SpirvToolsLegalize(const glslang::TIntermediate& intermediate, std::vector<
#endif #endif
}; // end namespace glslang } // end namespace glslang
#endif // GLSLANG_SPV_TOOLS_H #endif // GLSLANG_SPV_TOOLS_H
\ No newline at end of file
...@@ -48,6 +48,6 @@ namespace spv { ...@@ -48,6 +48,6 @@ namespace spv {
// disassemble with glslang custom disassembler // disassemble with glslang custom disassembler
void Disassemble(std::ostream& out, const std::vector<unsigned int>&); void Disassemble(std::ostream& out, const std::vector<unsigned int>&);
}; // end namespace spv } // end namespace spv
#endif // disassembler_H #endif // disassembler_H
...@@ -255,4 +255,4 @@ const char* AccessQualifierString(int attr); ...@@ -255,4 +255,4 @@ const char* AccessQualifierString(int attr);
void PrintOperands(const OperandParameters& operands, int reservedOperands); void PrintOperands(const OperandParameters& operands, int reservedOperands);
}; // end namespace spv } // end namespace spv
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