diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-07-30 03:57:29 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2006-07-30 03:57:29 +0000 |
commit | a331939d654624c0f5e82f0d8be53f69bdaa1a59 (patch) | |
tree | 9b9dfc41a8154f2f2c9e3be96b7a2d8bd6d08b55 /src/sllist.h | |
parent | 4cf5d04ca15bc28ee4636d1dccb858763513e571 (diff) | |
download | mpd-a331939d654624c0f5e82f0d8be53f69bdaa1a59.tar.gz mpd-a331939d654624c0f5e82f0d8be53f69bdaa1a59.tar.xz mpd-a331939d654624c0f5e82f0d8be53f69bdaa1a59.zip |
fix some warnings introduced in the big malloc-reduction patch
The myfprintf bugs that are fixed here were NOT introduced in the
last patch, it's just that the stricter warning checks from moving
to fprintf caused string format bugs to actually be checked by gcc
git-svn-id: https://svn.musicpd.org/mpd/trunk@4484 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/sllist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sllist.h b/src/sllist.h index 3ac1d1846..1733e955a 100644 --- a/src/sllist.h +++ b/src/sllist.h @@ -3,8 +3,6 @@ #ifndef SLLIST_H #define SLLIST_H -#include "utils.h" - /* just free the entire structure if it's free-able, the 'data' member * should _NEVER_ be explicitly freed * |