From 7e10e25e8b0abfff0a04a012d3b227a27a5268d6 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Wed, 8 Dec 2004 00:26:12 +0000 Subject: [PATCH] Checking new RCS ID tags OK svn path=/trunk/boinc/; revision=4786 --- sched/db_purge.C | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sched/db_purge.C b/sched/db_purge.C index 6fee73a3c8..c892864f93 100644 --- a/sched/db_purge.C +++ b/sched/db_purge.C @@ -1,5 +1,4 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -static volatile const char *BOINCrcsid="$Id$"; // The contents of this file are subject to the BOINC Public License // Version 1.0 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at @@ -560,3 +559,9 @@ int main(int argc, char** argv) { // files and database are closed by exit handler exit(0); } + +#ifdef __GNUC__ +static volatile const char __attribute__((unused)) *BOINCrcsid="$Id$"; +#else +static volatile const char *BOINCrcsid="$Id$"; +#endif