mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-23 14:35:18 -05:00
lint: add (void) parameter to pass -Wstrict-prototypes
Note there was one place where a non-strict prototype was actually being used with an argument, in `zmk_hog_init`. In this case, the actual argument type was added instead.
This commit is contained in:
committed by
Pete Johanson
parent
5257cde1f5
commit
7a5155f36e
@@ -1 +1 @@
|
||||
struct k_work_q *zmk_workqueue_lowprio_work_q();
|
||||
struct k_work_q *zmk_workqueue_lowprio_work_q(void);
|
||||
|
||||
Reference in New Issue
Block a user