diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-03-02 18:11:37 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-03-02 18:11:37 +0000 |
commit | 48be62b54906bd6cae986a906baa9676cac3525a (patch) | |
tree | 9d319f94d455368d5fd1de3ba26e70e89aceee26 | |
parent | 8792c1a698a2e71c61b96941a76466cd4d928277 (diff) | |
download | xine-lib-48be62b54906bd6cae986a906baa9676cac3525a.tar.gz xine-lib-48be62b54906bd6cae986a906baa9676cac3525a.tar.bz2 |
definitely stop warnings
CVS patchset: 4324
CVS date: 2003/03/02 18:11:37
-rw-r--r-- | src/xine-utils/xineutils.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index f8524e277..a0b7acd52 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineutils.h,v 1.40 2003/03/02 17:28:55 f1rmb Exp $ + * $Id: xineutils.h,v 1.41 2003/03/02 18:11:37 f1rmb Exp $ * */ #ifndef XINEUTILS_H @@ -797,7 +797,7 @@ extern int v_b_table[256]; /* Obtain a backtrace and print it to stdout. */ -static void print_trace (void) { +static inline void print_trace (void) { #if HAVE_BACKTRACE /* Code Taken from GNU C Library manual */ void *array[10]; @@ -821,8 +821,6 @@ static void print_trace (void) { #endif } -#define DUMMY_PRINT_TRACE print_trace - /** * Provide assert like feature with better description of failure * Thanks to Mark Thomas |