Merge pull request #1706 from nico/master

Fix -Wextra-semi warnings in headers used in Chromium
This commit is contained in:
John Kessenich 2019-02-21 23:46:27 +07:00 committed by GitHub
commit a51d3d9f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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