Fix build on ARM, PPC

Those architectures use unsigned char by default, and command variable is later compared to -1.
This commit is contained in:
pkubaj 2019-10-30 15:34:58 +00:00 committed by Frank Morgner
parent fb15a7dd86
commit bfa8415ea3
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ void display_usage() {
}
int main(int argc, char** argv) {
char command;
signed char command;
const struct CMUnitTest readonly_tests_without_initialization[] = {
/* Test card events on slot */
cmocka_unit_test_setup_teardown(wait_test,