Added a way to disable the include guard in the parser

This commit is contained in:
paul 2019-08-04 22:26:31 +02:00
parent ea4e72e6f6
commit 5ba9fd0461

View file

@ -14,7 +14,7 @@ public:
int getNumMasters() const noexcept { return numMasters; }
int getNumCurves() const noexcept { return numCurves; }
protected:
void callback(std::string_view header, std::vector<sfz::Opcode> members) final
void callback(std::string_view header, std::vector<sfz::Opcode> members [[maybe_unused]]) final
{
switch (hash(header))
{