[Debtags-commits] [svn] r1588 - in tagcoll/trunk: . tagcoll

Enrico Zini enrico at costa.debian.org
Fri Feb 17 13:24:26 UTC 2006


Author: enrico
Date: Fri Feb 17 13:24:25 2006
New Revision: 1588

Modified:
   tagcoll/trunk/   (props changed)
   tagcoll/trunk/tagcoll/IntDiskIndex.h
   tagcoll/trunk/tagcoll/Makefile.am
Log:
 r7354 at viaza:  enrico | 2006-02-17 14:23:55 +0100
 Silenced a compiler warning
 IntDiskIndex.cc needs to be in the include dir as well to enable template instantiation


Modified: tagcoll/trunk/tagcoll/IntDiskIndex.h
==============================================================================
--- tagcoll/trunk/tagcoll/IntDiskIndex.h	(original)
+++ tagcoll/trunk/tagcoll/IntDiskIndex.h	Fri Feb 17 13:24:25 2006
@@ -169,7 +169,7 @@
 	const Converter<ITEM, int>& fromitem;
 	const Converter<TAG, int>& fromtag;
 
-	virtual void consumeItemUntagged(const ITEM& item) {}
+	virtual void consumeItemUntagged(const ITEM&) {}
 	virtual void consumeItem(const ITEM& item, const OpSet<TAG>& tags);
 
 public:

Modified: tagcoll/trunk/tagcoll/Makefile.am
==============================================================================
--- tagcoll/trunk/tagcoll/Makefile.am	(original)
+++ tagcoll/trunk/tagcoll/Makefile.am	Fri Feb 17 13:24:25 2006
@@ -44,6 +44,7 @@
 		IntIndex.h \
 		StringIndex.h \
 		IntDiskIndex.h \
+		IntDiskIndex.cc \
 		BasicStringDiskIndex.h \
 		\
 		Filters.h \



More information about the Debtags-commits mailing list