menu-file-select.c:41:29: warning: initialization from incompatible pointer type The offending code is: typedef int (*FileSelectFilter)(const char*, ...
Why am I getting "initialization from incompatible pointer type"? This is probably a strict C question, nothing particular about the C32 I am using, ...