summaryrefslogtreecommitdiff
path: root/cad/pcb-current/patches/patch-aa
blob: e6f83cd0e549ee838a946a96af47fae19a86c08e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2004/12/07 22:53:48 dmcmahill Exp $

--- src/global.h.orig	Mon Aug 30 02:52:04 2004
+++ src/global.h
@@ -679,6 +679,8 @@ typedef struct
 
 #if GCC_VERSION > 2007
 #define ATTRIBUTE_UNUSED __attribute__((unused)) 
+#else
+#define ATTRIBUTE_UNUSED
 #endif 
 
 #define RCSID(x) static char *rcsid  ATTRIBUTE_UNUSED = x