Skip to content
Snippets Groups Projects
Commit 7a711363 authored by Avi Kivity's avatar Avi Kivity
Browse files

Add -Wno-pointer-arith to build flags, so we can play with void pointers

parent c347ea47
No related branches found
No related tags found
No related merge requests found
CXXFLAGS = -std=gnu++11 -lstdc++ $(CFLAGS)
CFLAGS = $(autodepend) -g -Wall
CFLAGS = $(autodepend) -g -Wall -Wno-pointer-arith
autodepend = -MD $(@.o=.d) -MT $@
......
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