Merge pull request #39 from M4xi1m3/omega-master

Fixed pragma pack related warnings.
This commit is contained in:
Quentin
2019-11-01 15:31:44 +01:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -106,7 +106,6 @@ private:
uint16_t m_initialConditionSizes[2] __attribute__((packed));
#endif
};
#pragma pack(pop)
class SequenceModel : public Shared::ExpressionModel {
public:

View File

@@ -82,7 +82,6 @@ protected:
#endif
bool m_active;
};
#pragma pack(pop)
private:
RecordDataBuffer * recordData() const;
};