Skip to content
Snippets Groups Projects
Commit 515b69f8 authored by Henrik Gramner's avatar Henrik Gramner Committed by Anton Khirnov
Browse files

checkasm: Explicitly declare function prototypes


Now we no longer have to rely on function pointers intentionally
declared without specified argument types.

This makes it easier to support functions with floating point parameters
or return values as well as functions returning 64-bit values on 32-bit
architectures. It also avoids having to explicitly cast strides to
ptrdiff_t for example.

Signed-off-by: default avatarAnton Khirnov <anton@khirnov.net>
parent e13da244
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