diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-01-31 22:54:53 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-01-31 22:55:41 +0100 |
commit | a96ae2104df11dab6c7255d733aad67043986109 (patch) | |
tree | c677b2091f1965d1342648f1a728ab1d3f8e8203 /shell | |
parent | 2b71c1a9b189e5cf9224d43e3bac4a26f2e0ff99 (diff) |
Some cppcheck cleaning
Change-Id: I39e1dd985af6029e1fd688ff47350734c85928a6
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/unix/exec/urltest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/unix/exec/urltest.cxx b/shell/source/unix/exec/urltest.cxx index 725a9db5dfae..bfdd69e05957 100644 --- a/shell/source/unix/exec/urltest.cxx +++ b/shell/source/unix/exec/urltest.cxx @@ -132,7 +132,7 @@ int main(int argc, const char *argv[]) if( errors ) { - printf( "Number of tests failing: %d\n", errors); + printf( "Number of tests failing: %u\n", errors); ret = -3; } else |