]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
Add no-strict-aliasing to genl
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Wed, 9 Mar 2011 18:39:17 +0000 (10:39 -0800)
committerStephen Hemminger <shemminger@vyatta.com>
Tue, 12 Apr 2011 21:23:06 +0000 (14:23 -0700)
commit46dc73a57d569bc036c36d922f2699e725b5c1aa
tree87bbb0941b564341799052e6fe6c2311961441c6
parent2230ac1d1871b121284cb163fdf54062663d1ceb
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.
genl/Makefile