Changeset: 123c9031e799 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=123c9031e799
Modified Files:
clients/examples/C/bincopyloops.c
Branch: copybinary
Log Message:
Fix yet another HAVE_HGE mistake
diffs (16 lines):
diff --git a/clients/examples/C/bincopyloops.c
b/clients/examples/C/bincopyloops.c
--- a/clients/examples/C/bincopyloops.c
+++ b/clients/examples/C/bincopyloops.c
@@ -34,8 +34,11 @@ convert128(void *start, void *end)
#ifdef HAVE_HGE
for (uhge *p = start; p < (uhge*)end; p++) {
copy_binary_convert128(p);
+ }
+#else
+ (void)start;
+ (void)end;
#endif
- }
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list