From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11486 invoked by alias); 5 Mar 2012 20:30:22 -0000 Received: (qmail 11443 invoked by uid 9840); 5 Mar 2012 20:30:22 -0000 Date: Mon, 05 Mar 2012 20:30:00 -0000 Message-ID: <20120305203022.11441.qmail@sourceware.org> From: grante@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos-opt/net/net/bsd_tcpip/current ChangeLog c ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2012/txt/msg00066.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos-opt Changes by: grante@sourceware.org 2012-03-05 20:30:22 Modified files: net/net/bsd_tcpip/current: ChangeLog net/net/bsd_tcpip/current/cdl: freebsd_net.cdl Log message: Add -fno-strict-aliasing to CFLAGS to fix warnings from newer gcc (4.6) about dereferencing type-punned pointers. [Hopfully a future update from upstream will obviate the need for this.]