manuel-serrano / bigloo

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

Correct 2 gcc warnings about format specifiers #53

Closed jamesjer closed 3 years ago

jamesjer commented 3 years ago

This commit fixes 2 gcc -Wformat warnings. In the first case, the result of bgl_debug_trace_top(0) is passed to printf as a string; I believe the result of bgl_debug_trace_top_name(0) should be passed instead. In the second case, i->time has type long long, which does not match the %ld format specifier.

manuel-serrano commented 3 years ago

Hi Jerry,

Thanks a lot for all your pull requests. We are getting closer to Bigloo 4.4a.