mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Add missing GCC diagnostic pop
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user