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
C23 now regards function declaration without a parameter list
as that with no parameter (i.e. having `(void)`).
Specify parameter list explicitly to make code C23
conformant.
Closeslxde#106 .
C23 now regards function declaration without a parameter list
as that with no parameter (i.e. having `(void)`).
Specify parameter list explicitly to make code C23
conformant.
Closes#106 .
(developing) gcc15 now defaults to
-std=gnu23
(C23) and libfm https://github.com/lxde/libfm/tree/2d94c3c8c4a2c4e252a79da3ef2b6a70e9ec37e1 fails to compile with C23:The text was updated successfully, but these errors were encountered: