mirror of
				https://github.com/TomHarte/CLK.git
				synced 2025-11-04 00:16:26 +00:00 
			
		
		
		
	Resolve obstructive warning.
This commit is contained in:
		@@ -19,8 +19,8 @@ static void OSSGuard(OSGuardable guardable) {
 | 
			
		||||
 | 
			
		||||
static BOOL IsDry(int x) { return x < 2; }
 | 
			
		||||
 | 
			
		||||
static const int MaximumBacklog = 4;
 | 
			
		||||
static const int NumBuffers = MaximumBacklog + 1;
 | 
			
		||||
#define MaximumBacklog 4
 | 
			
		||||
#define NumBuffers MaximumBacklog + 1
 | 
			
		||||
 | 
			
		||||
@implementation CSAudioQueue {
 | 
			
		||||
	AudioQueueRef _audioQueue;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user