summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_unicode_common.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-02-16 11:37:46 -0500
committerJack Humbert <jack.humb@gmail.com>2017-02-16 11:37:46 -0500
commit1ac5dc9e524444ef98cfab1d9822151a6bfb9621 (patch)
treefab688c920ee5c04824c7270c0299ed94d6f85fd /quantum/process_keycode/process_unicode_common.h
parent15dc540cac293b6f2e1433b701408c89e72c52ec (diff)
fix travis and reduce warnings
Diffstat (limited to 'quantum/process_keycode/process_unicode_common.h')
-rw-r--r--quantum/process_keycode/process_unicode_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_unicode_common.h b/quantum/process_keycode/process_unicode_common.h
index 1f25eae7dd..864693cdd0 100644
--- a/quantum/process_keycode/process_unicode_common.h
+++ b/quantum/process_keycode/process_unicode_common.h
@@ -7,6 +7,7 @@
#define UNICODE_TYPE_DELAY 10
#endif
+__attribute__ ((unused))
static uint8_t input_mode;
void set_unicode_input_mode(uint8_t os_target);