summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-02-16 17:37:46 +0100
committerJack Humbert <jack.humb@gmail.com>2017-02-16 17:37:46 +0100
commit1ac5dc9e524444ef98cfab1d9822151a6bfb9621 (patch)
treefab688c920ee5c04824c7270c0299ed94d6f85fd /quantum/process_keycode
parent15dc540cac293b6f2e1433b701408c89e72c52ec (diff)
downloadqmk_firmware-1ac5dc9e524444ef98cfab1d9822151a6bfb9621.tar.gz
qmk_firmware-1ac5dc9e524444ef98cfab1d9822151a6bfb9621.tar.xz
fix travis and reduce warnings
Diffstat (limited to 'quantum/process_keycode')
-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 1f25eae7d..864693cdd 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);