Browse Source
Fix the following build error on clang: ../../APMrover2/test.cpp:164:4: fatal error: variable 'fail_test' is uninitialized when used here [-Wuninitialized] fail_test++; ^~~~~~~~~ ../../APMrover2/test.cpp:139:19: note: initialize the variable 'fail_test' to silence this warning uint8_t fail_test; ^master
Lucas De Marchi
9 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue