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:
Leland Lucius 2019-12-15 22:20:00 -06:00
parent f678aa44f9
commit 7e083b6ba1
1 changed files with 2 additions and 2 deletions

View File

@ -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.