• E
    build: fix 32-bit test failure · 1fc288e1
    Eric Blake 提交于
    ARRAY_CARDINALITY is typed as size_t, not long; this matters on 32-bit
    platforms:
    
    hashtest.c: In function 'testHashRemoveForEach':
    hashtest.c:114: error: format '%lu' expects type 'long unsigned int', but argument 4 has type 'unsigned int' [-Wformat]
    
    * tests/hashtest.c (testHashRemoveForEach): Use correct format.
    1fc288e1
hashtest.c 3.9 KB