From: Rafaël Carré Date: Tue, 29 Jan 2008 13:18:01 +0000 (+0000) Subject: loader: fix a warning X-Git-Tag: 0.9.0-test0~3106 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=04c8bb5da416fb26239f21c319966d9f03449dcc loader: fix a warning --- diff --git a/libs/loader/win32.c b/libs/loader/win32.c index 3581d3e6ce..7f4acf1212 100644 --- a/libs/loader/win32.c +++ b/libs/loader/win32.c @@ -212,7 +212,7 @@ static void longcount_stub(long long* z) #endif int LOADER_DEBUG=1; // active only if compiled with -DDETAILED_OUT //#define DETAILED_OUT -static inline void dbgprintf(char* fmt, ...) +static inline void dbgprintf(const char* fmt, ...) { #ifdef DETAILED_OUT if(LOADER_DEBUG)