diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-02-16 11:37:46 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-02-16 11:37:46 -0500 |
commit | 1ac5dc9e524444ef98cfab1d9822151a6bfb9621 (patch) | |
tree | fab688c920ee5c04824c7270c0299ed94d6f85fd /quantum/process_keycode/process_unicode_common.h | |
parent | 15dc540cac293b6f2e1433b701408c89e72c52ec (diff) | |
download | qmk_firmware-1ac5dc9e524444ef98cfab1d9822151a6bfb9621.tar.gz qmk_firmware-1ac5dc9e524444ef98cfab1d9822151a6bfb9621.zip |
fix travis and reduce warnings
Diffstat (limited to 'quantum/process_keycode/process_unicode_common.h')
-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 @@ | |||
7 | #define UNICODE_TYPE_DELAY 10 | 7 | #define UNICODE_TYPE_DELAY 10 |
8 | #endif | 8 | #endif |
9 | 9 | ||
10 | __attribute__ ((unused)) | ||
10 | static uint8_t input_mode; | 11 | static uint8_t input_mode; |
11 | 12 | ||
12 | void set_unicode_input_mode(uint8_t os_target); | 13 | void set_unicode_input_mode(uint8_t os_target); |