mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-11-04 09:44:35 +00:00 
			
		
		
		
	audio: Attempt to placate NetBSD 9.3's incorrect compiler warning.
This commit is contained in:
		@@ -162,6 +162,7 @@ static void SwizzleAudio(const int num_frames, void *dst, const void *src, int c
 | 
			
		||||
            } \
 | 
			
		||||
        } else { \
 | 
			
		||||
            Uint##bits tmp[SDL_MAX_CHANNEL_MAP_SIZE]; \
 | 
			
		||||
            SDL_zeroa(tmp); \
 | 
			
		||||
            SDL_assert(SDL_arraysize(tmp) >= channels); \
 | 
			
		||||
            for (int i = 0; i < num_frames; i++, tsrc += channels, tdst += channels) { \
 | 
			
		||||
                for (int ch = 0; ch < channels; ch++) { \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user