From 5864950eec1dc39e759f1728b4c0054ff5e46287 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 4 Jun 2009 15:47:31 +0000 Subject: CWS-TOOLING: integrate CWS cmcfixes59 2009-05-18 10:10:11 +0200 cmc r272001 : #i102012# remove extensions warnings, and set as warnings-free 2009-05-16 17:29:59 +0200 cmc r271981 : #i101990# silence warning, logic is unchanged 2009-05-16 17:13:59 +0200 cmc r271980 : #i100412 remove warning, logic is unchanged 2009-05-16 17:08:57 +0200 cmc r271979 : #i100412 remove warning, logic is unchanged, matches comments for intent 2009-05-16 17:01:08 +0200 cmc r271978 : #i86576# remove uncallable code 2009-05-16 15:41:46 +0200 cmc r271977 : #i101988# fix up consts for warning-free --- hunspell/makefile.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hunspell/makefile.mk') diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk index c8d8d5c91a41..db667cc038d2 100644 --- a/hunspell/makefile.mk +++ b/hunspell/makefile.mk @@ -45,7 +45,9 @@ TARFILE_ROOTDIR=hunspell-1.2.8 #ADDITIONAL_FILES += src/hunspell/makefile.mk -PATCH_FILES=hunspell-1.2.8.patch +PATCH_FILES=\ + hunspell-1.2.8.patch \ + hunspell-consts-1.2.8.patch # hunspell#2064983 .IF "$(GUI)"=="UNX" #CONFIGURE_DIR=$(BUILD_DIR) -- cgit