aboutsummaryrefslogtreecommitdiff
path: root/helper/threads.c
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2017-01-27 18:19:14 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-01-27 21:38:38 +0300
commit7df357dd591cce23f76221945091a019c0caa7ec (patch)
treef84dde4cace5e06a5333fe840be70a13ea3ea095 /helper/threads.c
parenta51c171ebe9e9b0aaced13bc0956bdb38c8cfc7b (diff)
helper: fix compilation with warnings
After turning on lost CFLAGS for checking errors, following things needs to be corrected to make code compile. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Mike Holmes <mike.holmes@linaro.org>
Diffstat (limited to 'helper/threads.c')
-rw-r--r--helper/threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/threads.c b/helper/threads.c
index fe5d2bdee..cb747e5bf 100644
--- a/helper/threads.c
+++ b/helper/threads.c
@@ -419,7 +419,7 @@ int odph_parse_options(int argc, char *argv[],
{0, 0, 0, 0}
};
- static char *helper_short_options = "";
+ static const char *helper_short_options = "";
/* defaults: */
helper_options.proc = false;