summaryrefslogtreecommitdiffstats
path: root/source/helper.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-03-30 20:12:22 +0200
committerQC <qball@gmpclient.org>2015-03-30 20:12:22 +0200
commit9ff5a615e9add14fae966d229bf468ec1a339da0 (patch)
tree4bc1acff05f19f7f4952a63f8355d13c97b99730 /source/helper.c
parent55160c6eff8cc91a93da83be62fc8766cd1a388b (diff)
Add combi viewer.
Use by adding combi to the list of enabled modi.
Diffstat (limited to 'source/helper.c')
-rw-r--r--source/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/helper.c b/source/helper.c
index 424165d5..f9c98924 100644
--- a/source/helper.c
+++ b/source/helper.c
@@ -317,7 +317,7 @@ int find_arg_char ( const char * const key, char *val )
* Matches tokenized.
*/
int token_match ( char **tokens, const char *input, int case_sensitive,
- __attribute__( ( unused ) ) int index,
+ __attribute__( ( unused ) ) unsigned int index,
__attribute__( ( unused ) ) Switcher *data )
{
int match = 1;