diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-02-16 17:37:46 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-02-16 17:37:46 +0100 |
commit | 1ac5dc9e524444ef98cfab1d9822151a6bfb9621 (patch) | |
tree | fab688c920ee5c04824c7270c0299ed94d6f85fd /quantum/process_keycode | |
parent | 15dc540cac293b6f2e1433b701408c89e72c52ec (diff) | |
download | qmk_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.h | 1 |
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); |