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

Fix typo.

parent 729a49a2
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,6 @@ ARCH != uname -p
packetdrill-ext-libs := -lprocstat -lutil -lkvm -lelf -lpthread -lpcap
CFLAGS = -Wall -Werror
.if ${ARCH} != "powerpc" && ${ARCH} != "powerpc64"
+= -Wno-unknown-warning-option -Wno-address-of-packed-member
CFLAGS += -Wno-unknown-warning-option -Wno-address-of-packed-member
.endif
.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