Skip to content
Snippets Groups Projects
Commit f2ab7751 authored by Samanta Navarro's avatar Samanta Navarro Committed by Kevin Daudt
Browse files

abuild: avoid calculations with void pointers

Arithmetic operations with void pointers are an extension by some
compilers and not part of the C standard, which does not specify the
size of void.

CFLAGS with -pedantic reveals this during compile time. I have adjusted
the usage of ?: so CFLAGS can contain -pedantic now.
parent 0db2d339
No related branches found
No related tags found
Loading
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