From: Andreas V. <li...@br...> - 2011-11-26 23:05:13
|
Am Wed, 28 Sep 2011 21:00:06 +0000 schrieb dbu...@li...: Decision: Rejected Reason: diff --git a/src/debug.cpp b/src/debug.cpp index afc6d3e..8dbba36 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -31,9 +31,10 @@ #include <cstdio> #include <stdlib.h> -static void _debug_log_default(const char *, ...) +static void _debug_log_default(const char *format, ...) --> This one is yet in current source { //#ifdef DEBUG + // (void) format; // Avoid an unused argument warning when !defined(DEBUG). --> adding a commented out line doesn't change anything static int debug_env = getenv("DBUSXX_VERBOSE") ? 1 : 0; > As list administrator, your authorization is requested for the > following mailing list posting: > > List: dbu...@li... > From: qol...@gr... > Subject: [PATCH 05/15] Fix missing argument name. > Reason: Post by non-member to a members-only list > > At your convenience, visit: > > https://lists.sourceforge.net/lists/admindb/dbus-cplusplus-devel > > to approve or deny the request. -- Technical Blog <http://andreasvolz.wordpress.com/> |