Silence some compiler warnings.
[SXSI/libcds.git] / src / static_bitsequence / sdarray.cpp
index 4fe52b2..a84680f 100644 (file)
@@ -194,7 +194,7 @@ void make___selecttbl(void) {
   if(built) return;
   built = 1;
   int i,x,r;
-  uint buf[1];
+  uint buf[1] = { 0 };
 
   for (x = 0; x < 256; x++) {
     __setbits(buf,0,8,x);