Loading

Paste #pkf1qea9r

  1. /home/alberth/corsix-th/corsix_alberth_fork/CorsixTH/Src/th_lua.cpp:425:44: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=]
  2.      printf("total items in table %d\n", len);
  3.                                             ^
  4. /home/alberth/corsix-th/corsix_alberth_fork/CorsixTH/Src/th_lua.cpp:427:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  5.      for (i = 1; i <= len; i++)
  6.                    ^

Comments