mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +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::u16string> attrs_string;
|
||||||
std::unordered_map<std::string, std::vector<uint8_t>> attrs_binary;
|
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;
|
std::vector<Steinberg::Vst::Event> reconstructed_events;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#pragma GCC diagnostic pop
|
||||||
|
|
||||||
namespace Steinberg {
|
namespace Steinberg {
|
||||||
namespace Vst {
|
namespace Vst {
|
||||||
template <typename S>
|
template <typename S>
|
||||||
@@ -305,5 +307,3 @@ void serialize(S& s, LegacyMIDICCOutEvent& event) {
|
|||||||
}
|
}
|
||||||
} // namespace Vst
|
} // namespace Vst
|
||||||
} // namespace Steinberg
|
} // namespace Steinberg
|
||||||
|
|
||||||
#pragma GCC diagnostic pop
|
|
||||||
|
|||||||
Reference in New Issue
Block a user