Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. QMK Firmware 0.6.436
  2. Making gergo with keymap buttery
  3.  
  4. avr-gcc (GCC) 9.2.0
  5. Copyright (C) 2019 Free Software Foundation, Inc.
  6. This is free software; see the source for copying conditions. There is NO
  7. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  8.  
  9. Compiling: keyboards/gergo/matrix.c [OK]
  10. Compiling: keyboards/gergo/gergo.c [OK]
  11. Compiling: keyboards/gergo/keymaps/buttery/keymap.c keyboards/gergo/keymaps/buttery/keymap.c: In function 'process_ready_chords':
  12. keyboards/gergo/keymaps/buttery/keymap.c:3570:9: error: 'chord_storage.keycodes_hash' may be used uninitialized in this function [-Werror=maybe-uninitialized]
  13. 3570 | silence_keycode_hash_array(chord->keycodes_hash);
  14. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. cc1: all warnings being treated as errors
  16. [ERRORS]
  17. |
  18. |
  19. |
  20. make[1]: *** [tmk_core/rules.mk:380: .build/obj_gergo_buttery/keyboards/gergo/keymaps/buttery/keymap.o] Error 1
  21. Make finished with errors
  22. make: *** [Makefile:560: gergo:buttery] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement