From 1718017da0bfdf34b27ed1e5a818a2b2baf6fe71 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 25 Mar 2005 12:51:07 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=5720 --- checkin_notes | 2 +- lib/diagnostics.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/checkin_notes b/checkin_notes index 3f405d2a63..9a0371b8a1 100755 --- a/checkin_notes +++ b/checkin_notes @@ -26165,7 +26165,7 @@ Charlie 25 Mar 2005 BOINC Manager: create BOINC Data directory in "/Library/Application Support/" directory, not in user's "~/Library/Application Support/" Set working directory to "BOINC Data" before redirecting stdout and stderr -Fixed BOINCTRACE compile error when non-debug build on Mac +Fixed BOINCTRACE compile warning when non-debug build on Mac Fixed bug in CTaskBarIcon::OnNetworkSelection Implemented Dock popup menu using CTaskBarIcon class Implemented System Menubar Icon menu using CMacSystemMenu class derived from diff --git a/lib/diagnostics.h b/lib/diagnostics.h index 9d684868eb..fb61a9ae82 100644 --- a/lib/diagnostics.h +++ b/lib/diagnostics.h @@ -148,8 +148,8 @@ extern void boinc_info_release(const char *pszFormat, ...); #else // _DEBUG -#define BOINCASSERT -#define BOINCTRACE +#define BOINCASSERT(expr) +#define BOINCTRACE(...) #define BOINCINFO boinc_info_release #endif // _DEBUG