Fixed warnings on Linux build

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@299 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2006-03-06 15:14:21 +00:00
parent 247fd9e22b
commit 6d01906c2d
1 changed files with 2 additions and 2 deletions

View File

@ -89,9 +89,9 @@ typedef unsigned int UWORD;
#ifdef DEBUG
#define INLINE
#else DEBUG
#else
#define INLINE inline
#endif DEBUG
#endif
/*
* Taken from resample.h