Changeset: 693a5f9c7743 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=693a5f9c7743
Modified Files:
        gdk/gdk.h
Branch: Jul2015
Log Message:

removed assert to make compilation on fedora 24 possible


diffs (11 lines):

diff --git a/gdk/gdk.h b/gdk/gdk.h
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -1308,7 +1308,6 @@ gdk_export bte ATOMelmshift(int sz);
 #define Treplacevalue(b, p, v)         HTreplacevalue(b, p, v, T)
 #define HTfastins_nocheck(b, p, v, s, HT)                      \
        do {                                                    \
-               assert((b)->HT->width == (s));                  \
                (b)->HT->heap.free += (s);                      \
                (b)->HT->heap.dirty |= (s) != 0;                \
                HTputvalue((b), HT##loc((b), (p)), (v), 0, HT); \
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to