Add missing GCC diagnostic pop

This commit is contained in:
Robbert van der Helm
2021-01-06 17:51:23 +01:00
parent d3eeebc9f9
commit 5e1f75c20f
2 changed files with 4 additions and 2 deletions
@@ -88,3 +88,5 @@ class YaAttributeList : public Steinberg::Vst::IAttributeList {
std::unordered_map<std::string, std::u16string> attrs_string;
std::unordered_map<std::string, std::vector<uint8_t>> attrs_binary;
};
#pragma GCC diagnostic pop
+2 -2
View File
@@ -260,6 +260,8 @@ class YaEventList : public Steinberg::Vst::IEventList {
std::vector<Steinberg::Vst::Event> reconstructed_events;
};
#pragma GCC diagnostic pop
namespace Steinberg {
namespace Vst {
template <typename S>
@@ -305,5 +307,3 @@ void serialize(S& s, LegacyMIDICCOutEvent& event) {
}
} // namespace Vst
} // namespace Steinberg
#pragma GCC diagnostic pop