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
../src/document/libdom/mapa.c: In function ‘find_in_map’:
../src/document/libdom/mapa.c:146:17: error: ‘return’ with no value, in function returning non-void [-Wreturn-mismatch]
146 | return;
| ^~~~~~
../src/document/libdom/mapa.c:141:1: note: declared here
141 | find_in_map(void *m, int offset)
| ^~~~~~~~~~~
hello
building current master fails for me with:
(probably gcc-14 being less tolerant)
This fixes things:
ciao
-gabriele
The text was updated successfully, but these errors were encountered: