tmk / tmk_core

TMK keyboard library
161 stars 59 forks source link

Warning: unused parameter at debug_event() in action.c #5

Open tmk opened 8 years ago

tmk commented 8 years ago
Compiling action.c
./tmk_core/common/action.c: In function 'debug_event':
./tmk_core/common/action.c:546:29: warning: unused parameter 'event' [-Wunused-parameter]
 void debug_event(keyevent_t event)
                             ^

observed in build process of infinity_ergodox with arm-none-eabi-gcc 4.8.3.

arm-none-eabi-gcc (4.8.3-18ubuntu2+12) 4.8.3
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.