Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. keyboards/satan/keymaps/malefis-satangh60/keymap.c:26:5: error: implicit declaration of function ‘MALEFIS_ISO_SATAN’ [-Werror=implicit-function-declaration]
  2. [DEFAULT] = MALEFIS_ISO_SATAN(
  3. ^
  4. keyboards/satan/keymaps/malefis-satangh60/keymap.c:27:9: error: missing braces around initializer [-Werror=missing-braces]
  5. KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, \
  6. ^
  7. keyboards/satan/keymaps/malefis-satangh60/keymap.c:27:9: error: (near initialization for ‘keymaps[0]’) [-Werror=missing-braces]
  8. keyboards/satan/keymaps/malefis-satangh60/keymap.c:27:9: error: initializer element is not constant
  9. keyboards/satan/keymaps/malefis-satangh60/keymap.c:27:9: error: (near initialization for ‘keymaps[0][0][0]’)
  10. keyboards/satan/keymaps/malefis-satangh60/keymap.c:40:5: error: subscripted value is neither array nor pointer nor vector
  11. [MEDIA] = MALEFIS_ISO_SATAN(
  12. ^
  13. cc1: all warnings being treated as errors
  14. [ERRORS]
  15. |
  16. |
  17. |
  18. tmk_core/rules.mk:357: recipe for target '.build/obj_satan_malefis-satangh60/keyboards/satan/keymaps/malefis-satangh60/keymap.o' failed
  19. make[1]: *** [.build/obj_satan_malefis-satangh60/keyboards/satan/keymaps/malefis-satangh60/keymap.o] Error 1
  20. Make finished with errors
  21. Makefile:534: recipe for target 'satan:malefis-satangh60' failed
  22. make: *** [satan:malefis-satangh60] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement