Changeset: 2a93161bddb8 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2a93161bddb8
Modified Files:
        monetdb5/modules/mosaic/mosaic_frame.c
Branch: mosaic
Log Message:

Use unsigned integer.


diffs (12 lines):

diff --git a/monetdb5/modules/mosaic/mosaic_frame.c 
b/monetdb5/modules/mosaic/mosaic_frame.c
--- a/monetdb5/modules/mosaic/mosaic_frame.c
+++ b/monetdb5/modules/mosaic/mosaic_frame.c
@@ -146,7 +146,7 @@ typedef struct _FrameParameters_t {
 do {\
        TPE *val = SRC, max, min;\
        int bits = 1;\
-       BUN i;\
+       unsigned int i;\
        max = *val;\
        min = *val;\
        /*TODO: add additional loop to find best bit wise upper bound*/\
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to