Fix -Wextra-semi warnings in headers used in Chromium

This commit is contained in:
Nico Weber 2019-02-21 11:05:21 -05:00
Родитель 58d6905ea0
Коммит 76577b1aec
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -75,6 +75,6 @@ void SpirvToolsLegalize(const glslang::TIntermediate& intermediate, std::vector<
#endif
}; // end namespace glslang
} // end namespace glslang
#endif // GLSLANG_SPV_TOOLS_H
#endif // GLSLANG_SPV_TOOLS_H

Просмотреть файл

@ -48,6 +48,6 @@ namespace spv {
// disassemble with glslang custom disassembler
void Disassemble(std::ostream& out, const std::vector<unsigned int>&);
}; // end namespace spv
} // end namespace spv
#endif // disassembler_H

Просмотреть файл

@ -255,4 +255,4 @@ const char* AccessQualifierString(int attr);
void PrintOperands(const OperandParameters& operands, int reservedOperands);
}; // end namespace spv
} // end namespace spv