You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
checkpatch: support function pointers for unnamed function definition
Current unnamed function definition argument does not include function
pointer cases and it reports warnings like:
WARNING: function definition argument 'void' should also have an
identifier name
+unsigned int (*dummy)(void);
Support function pointers for unnamed function arguments.
Fixeszephyrproject-rtos#9411
Signed-off-by: Ajay Kishore <[email protected]>
0 commit comments