Files
proxmark3/client
Johnny Bengtsson fdda1d2961 Minor warning correction.
This fix resolves the warnings as printed below. 

ui.c: In function ‘PrintAndLogOptions’:
ui.c:40:45: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
        snprintf(format, sizeof(format), "%%%us%%%us", space, counts[j]);
                                             ^
ui.c:40:50: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
        snprintf(format, sizeof(format), "%%%us%%%us", space, counts[j]);
                                                  ^
ui.c:42:54: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
                 snprintf(format, sizeof(format), "%%%us%%-%us", space, counts[j]);
                                                      ^
ui.c:42:60: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
                 snprintf(format, sizeof(format), "%%%us%%-%us", space, counts[j]);
2018-03-15 13:59:43 +01:00
..
2018-02-21 17:56:09 +01:00
2017-12-24 10:57:21 +01:00
2018-02-03 22:33:51 +01:00
2017-07-27 21:42:22 +02:00
2018-01-25 18:01:40 +01:00
2017-07-30 09:17:48 +02:00
2017-07-30 09:17:48 +02:00
2017-07-30 09:17:48 +02:00
2018-02-21 20:43:53 +08:00
2017-07-30 09:17:48 +02:00
2018-02-21 16:41:39 +01:00
2017-07-30 09:17:48 +02:00
2017-07-30 09:17:48 +02:00
2018-02-28 08:12:21 +01:00
2018-02-21 16:36:40 +01:00
2017-07-30 09:17:48 +02:00
2018-02-21 16:36:40 +01:00
2017-07-30 09:17:48 +02:00
2018-02-21 16:41:39 +01:00
2017-07-30 09:17:48 +02:00
2018-02-28 08:12:21 +01:00
2017-07-30 09:17:48 +02:00
2018-02-21 16:41:39 +01:00
2018-02-21 16:41:39 +01:00
2017-07-30 09:17:48 +02:00
2017-07-30 09:17:48 +02:00
2017-07-30 09:17:48 +02:00
2017-07-30 09:17:48 +02:00
2018-02-21 16:48:52 +01:00
2017-07-30 09:17:48 +02:00
2018-02-21 16:48:52 +01:00
2018-02-21 16:48:52 +01:00
2017-07-30 09:17:48 +02:00
2018-02-21 16:46:38 +01:00
2017-07-30 09:17:48 +02:00
2018-02-21 16:46:38 +01:00
2017-07-30 09:17:48 +02:00
2018-02-21 16:46:38 +01:00
2017-07-30 09:17:48 +02:00
2018-02-21 16:46:38 +01:00
2017-07-30 09:17:48 +02:00
2015-11-09 21:46:57 +01:00
2017-07-30 09:17:48 +02:00
2017-07-30 09:17:48 +02:00
2018-02-09 11:24:25 -08:00
2018-02-21 16:37:20 +01:00
2017-07-30 09:17:48 +02:00
2018-02-21 16:46:38 +01:00
2018-02-21 14:52:31 +01:00
2017-07-27 21:33:16 +02:00
2017-12-09 07:15:54 +01:00
2018-01-09 19:17:21 +01:00
2018-01-09 19:17:21 +01:00
2016-10-05 17:57:01 +02:00
2017-12-22 12:38:30 +01:00
2017-07-27 22:10:12 +02:00
2017-07-27 22:10:12 +02:00
2018-02-21 17:56:09 +01:00
2018-01-25 18:01:40 +01:00
2018-03-15 13:59:43 +01:00
2018-03-01 23:34:14 +08:00
2017-07-27 20:48:49 +02:00
2017-07-27 20:48:49 +02:00
2018-02-21 17:56:09 +01:00