mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
Reapply ecc2138c5ca7eadb7d77151767b1ccd8cfe4a1ca
Author: Mojca Miklavec <mojca.miklavec.lists@gmail.com> Date: Fri Feb 26 15:11:55 2016 +0100 comment out extra tokens at end of #endif directive to avoid compiler warnings [-Wextra-tokens]
This commit is contained in:
parent
f678aa44f9
commit
7e083b6ba1
@ -11,10 +11,10 @@ typedef unsigned int UWORD;
|
||||
|
||||
#ifdef DEBUG
|
||||
#define INLINE
|
||||
#else DEBUG
|
||||
#else /* DEBUG */
|
||||
/* #define INLINE inline */
|
||||
#define INLINE
|
||||
#endif DEBUG
|
||||
#endif /* DEBUG */
|
||||
|
||||
/*
|
||||
* FilterUp() - Applies a filter to a given sample when up-converting.
|
||||
|
Loading…
x
Reference in New Issue
Block a user