Skip to content
Snippets Groups Projects
Commit a1e86856 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Disable -Waddress-of-packed-member on Linux

Linux uses packed structures for sctp_paddrinfo, sctp_paddrparams,
sctp_prim, and sctp_setpeerprim resulting in not being able to
access some fields directly. Not sure why this is done the way
it is on Linux...
parent 8b597a00
No related branches found
No related tags found
No related merge requests found
packetdrill-ext-libs := -lpthread -lrt -ldl -lsctp -static
CFLAGS = -Wall -Werror
CFLAGS = -Wall -Werror -Wno-address-of-packed-member
include Makefile.common
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