mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-30 17:23:51 +01:00
Reapply ecc2138c5c
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:
@@ -11,10 +11,10 @@ typedef unsigned int UWORD;
|
|||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
#define INLINE
|
#define INLINE
|
||||||
#else DEBUG
|
#else /* DEBUG */
|
||||||
/* #define INLINE inline */
|
/* #define INLINE inline */
|
||||||
#define INLINE
|
#define INLINE
|
||||||
#endif DEBUG
|
#endif /* DEBUG */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* FilterUp() - Applies a filter to a given sample when up-converting.
|
* FilterUp() - Applies a filter to a given sample when up-converting.
|
||||||
|
|||||||
Reference in New Issue
Block a user