Didier Godefroy <[email protected]> writes: > numbers.c: In function 'scm_is_unsigned_integer': > numbers.c:5756: warning: control may reach end of non-void function > '__gmpz_get_ui' being inlined
That appears to be more of a GMP and/or GCC problem. There are bug reports against GCC for incorrect diagnostics of that sort, e.g., http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21800 . That could be something like that. Which version of GMP and GCC are you using? In the meantime, you can try compiling without `-Werror', run "make check", and report back. Thanks, Ludo'.
