Commit 46dc73a5 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by Stephen Hemminger

Add no-strict-aliasing to genl

The genl code uses constructs which violate the strict aliasing
constraints of gcc 4.4. Disable the optimization to avoid warnings
and potential breakage.
parent 2230ac1d
......@@ -3,6 +3,8 @@ GENLOBJ=genl.o
include ../Config
SHARED_LIBS ?= y
CFLAGS += -fno-strict-aliasing
GENLMODULES :=
GENLMODULES += ctrl.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment