commit | 4dd49339e143fd5c91b443a073325ca4b0d7ed2d | [log] [tgz] |
---|---|---|
author | Michael Ryleev <gmar@google.com> | Fri Feb 19 11:36:21 2016 -0800 |
committer | Michael Ryleev <gmar@google.com> | Fri Feb 19 13:36:26 2016 -0800 |
tree | 3e547a38306de4eb55abb29b797bb1ccf1b9fb9f | |
parent | 17b2e3069ce78e8eabff6cf4743e64fc01006ebb [diff] |
trusty: tipc_test: fix for building with -Wformat-security flag Change-Id: I7aca7c7c8001ed82ed3503d622280bcd738da210
diff --git a/trusty/libtrusty/tipc-test/tipc_test.c b/trusty/libtrusty/tipc-test/tipc_test.c index 7be2bb0..1fb34c9 100644 --- a/trusty/libtrusty/tipc-test/tipc_test.c +++ b/trusty/libtrusty/tipc-test/tipc_test.c
@@ -96,7 +96,7 @@ { fprintf (stderr, usage, prog); if (verbose) - fprintf (stderr, usage_long); + fprintf (stderr, "%s", usage_long); exit(code); }