summaryrefslogtreecommitdiff
path: root/audio/gsi/files/patch-af
blob: 2c878cb4fe57e524887705759b0099e9d6bf38c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- ../gsi/lib/gsicd/Makefile	Wed Feb  2 19:02:51 2000
+++ ./lib/gsicd/Makefile	Thu Dec  7 18:59:20 2000
@@ -23,14 +23,14 @@
 STATIC_LIB	= libgsicd.a
 DYNAMIC_LIB	= libgsicd.so
 LIB_NAME	= $(LIBGSICD)
-VERSION		= .0.1
+VERSION		= .0
 LIB_OBJS	= gsicd.o utils.o event.o
 
 
 
 INCLUDES	= -I../../include
 
-WARN		= -Wall -Wstrict-prototypes
+WARN		= -Wall #-Wstrict-prototypes
 
 MY_CFLAGS	= $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_CFLAGS)