commit | 417cb8d076a31c57710429b255aebc595613eb6b | [log] [tgz] |
---|---|---|
author | Petr Lautrbach <[email protected]> | Fri Mar 13 15:54:09 2015 +0100 |
committer | Stephen Smalley <[email protected]> | Fri Mar 13 14:14:23 2015 -0400 |
tree | f6b7f13e7bbd412bdd1f2287f938fc09d757810a | |
parent | 93e557cab6deeec09a9dc3294dba2a830ce27587 [diff] |
Fix -Wformat errors Fixes two types of errors which appear when building with gcc-5.0.0 - format ‘%d’ expects argument of type ‘int’, but argument X has type ‘unsigned int’ - format ‘%a’ expects argument of type ‘float *’, but argument X has type ‘char **’ Signed-off-by: Petr Lautrbach <[email protected]>