From owner-svn-src-all@FreeBSD.ORG Fri Oct 26 20:23:48 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1617E9A for ; Fri, 26 Oct 2012 20:23:48 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5D9D28FC0C for ; Fri, 26 Oct 2012 20:23:48 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id bi1so2309128pad.13 for ; Fri, 26 Oct 2012 13:23:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=cutt/jHt0On46akyHudWJnzLstk2FbWpejr8cGzgkU4=; b=X4KV22GLdTzQOpB9nUzCMIYnB9pfRSLSBTR29xIBJUwY6QqCgTcPsQsxPEJHQXulH8 YSlLcmDSFd1bwxXunR6LPkiPxcJVAuwzjSFGqpsQ6o0gub+oKHJ++MQdKuAkoqCX0Osl VrZmsILifCGXmlbWKbpIH7PGV1Mo0wejqnExI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=cutt/jHt0On46akyHudWJnzLstk2FbWpejr8cGzgkU4=; b=CW0EzZ2y+m3/QXUZuVNCLpnz0mzN9zkx2TjoLX0trMz/dul145qPbImUReX2P/kSsy zApevQ8XwmIClfQxYjo5uTgYC2PSYOgNPht4bn9zSL094l9k/yCbZLMr3oef9SRoAqXP 4/AFm+vtiJpVvZiyqjYSW/CfJ7oJx7HTqcO8T4DF0ODqOat3+H1SvrZ6+ggu2uWT0j4z DhQgdJpU8xBXbmbu1c6GvK88i7B87Va/xsMwRctLX5cjdBPn+odkuhqI900/rK7y142M VUmuNwA4mCV2WdRskyI8NEtGypFEQpi5qPFvq9c2WU8GwWWJ74FgU95j4ae0ZJjSlT86 Juaw== Received: by 10.66.73.225 with SMTP id o1mr13245234pav.70.1351283027737; Fri, 26 Oct 2012 13:23:47 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.66.161.163 with HTTP; Fri, 26 Oct 2012 13:23:17 -0700 (PDT) In-Reply-To: <508A97DB.3080105@FreeBSD.org> References: <201210260250.q9Q2oH8P005136__18925.7027851001$1351219846$gmane$org@svn.freebsd.org> <1TRk6h-000L25-0p@internal.tormail.org> <508A97DB.3080105@FreeBSD.org> From: Eitan Adler Date: Fri, 26 Oct 2012 16:23:17 -0400 X-Google-Sender-Auth: QDVltK80UHrzkkBscvARdfjTLoM Message-ID: Subject: Re: svn commit: r242120 - head/usr.sbin/cpucontrol To: Dimitry Andric Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkzyvAxYT3/YdMcp/rg673Qhm7kQZ/bp8l8Q6++Aky/Pnnqiacol9A4tpxnFozYvIie5ZWl Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Jan Beich X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 20:23:48 -0000 On 26 October 2012 10:02, Dimitry Andric wrote: > Yes, on x86, you can safely turn off the -Wcast-align warnings, if it is > easier. It is probably not worth the trouble to go through the code and > fix the alignment issues, if it will never be run on alignment-sensitive > architectures. Oh joy, I'll remember to test "universe on clang; universe on gcc" next time. :( -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams