Fix pedantic warning with C++98
This commit is contained in:
@@ -310,7 +310,7 @@ public:
|
|||||||
OptionPitchHighConsistency = 0x04000000,
|
OptionPitchHighConsistency = 0x04000000,
|
||||||
|
|
||||||
OptionChannelsApart = 0x00000000,
|
OptionChannelsApart = 0x00000000,
|
||||||
OptionChannelsTogether = 0x10000000,
|
OptionChannelsTogether = 0x10000000
|
||||||
|
|
||||||
// n.b. Options is int, so we must stop before 0x80000000
|
// n.b. Options is int, so we must stop before 0x80000000
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ enum RubberBandOption {
|
|||||||
RubberBandOptionPitchHighConsistency = 0x04000000,
|
RubberBandOptionPitchHighConsistency = 0x04000000,
|
||||||
|
|
||||||
RubberBandOptionChannelsApart = 0x00000000,
|
RubberBandOptionChannelsApart = 0x00000000,
|
||||||
RubberBandOptionChannelsTogether = 0x10000000,
|
RubberBandOptionChannelsTogether = 0x10000000
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef int RubberBandOptions;
|
typedef int RubberBandOptions;
|
||||||
|
|||||||
Reference in New Issue
Block a user