manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
135 stars 19 forks source link

Fix warnings about non-void functions with no return statement. #32

Closed jamesjer closed 4 years ago

jamesjer commented 4 years ago

Note that in the libuv case, a vector is created and then leaked, since it is not returned. The other cases are probably innocuous, but fixing them eliminates some compiler warnings.