Skip to content
Snippets Groups Projects
Commit 872e1ebd authored by Mark Charlebois's avatar Mark Charlebois
Browse files

GCC fixes for warnings


GCC was more picky about prototypes for inlines being required.

The generate_listener.py script used incorrect printf formats and
was casting %f params to float, but printf casts all %f params to
double per the spec.

Signed-off-by: default avatarMark Charlebois <charlebm@gmail.com>
parent 5299f767
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment