From owner-freebsd-questions@FreeBSD.ORG Sun May 23 14:25:03 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51A3A1065755 for ; Sun, 23 May 2010 14:25:03 +0000 (UTC) (envelope-from bcook@poughkeepsieschools.org) Received: from a.outbound.bsdwebsolutions.com (a.outbound.bsdwebsolutions.com [64.72.68.2]) by mx1.freebsd.org (Postfix) with ESMTP id 1F1AF8FC08 for ; Sun, 23 May 2010 14:25:02 +0000 (UTC) Received: from mail.bsdwebsolutions.com ([64.72.68.15]) by a.outbound.bsdwebsolutions.com with esmtps (TLSv1:AES256-SHA:256) (BSD Web Solutions, Inc.) (envelope-from ) id 1OGC6w-000ALF-58 for freebsd-questions@freebsd.org; Sun, 23 May 2010 10:25:02 -0400 Received: from [207.241.248.11] (port=59783 helo=mail.poughkeepsieschools.org) by mail.bsdwebsolutions.com with esmtps (TLSv1:AES256-SHA:256) (BSD WebSolutions, Inc.) (envelope-from ) id 1OGC6w-000KnV-2y for freebsd-questions@freebsd.org ; Sun, 23 May 2010 10:25:02 -0400 Received: from localhost ([127.0.0.1]:31069 helo=mail.poughkeepsieschools.org) by mail.poughkeepsieschools.org with esmtp (BSD WebSolutions, Inc.) (envelope-from ) id 1OGC6v-0002m9-IG for freebsd-questions@freebsd.org ; Sun, 23 May 2010 10:25:01 -0400 Received: from 173.50.173.101 (SquirrelMail authenticated user bcook) by mail.poughkeepsieschools.org with HTTP; Sun, 23 May 2010 10:25:01 -0400 Message-ID: <4e9ab36a8cdc9d78c0a95efc62a1a8ee.squirrel@mail.poughkeepsieschools.org> Date: Sun, 23 May 2010 10:25:01 -0400 From: "B. Cook" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.21 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=utf8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Originating-IP: 207.241.248.11 Subject: bash-static question.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2010 14:25:03 -0000 I was compiling and saw this message.. cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"amd64"' -DCONF_OSTYPE='"freebsd8.0"' -DCONF_MACHTYPE='"amd64-portbld-freebsd8.0"' -DCONF_VENDOR='"portbld"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -fno-strict-aliasing -c y.tab.c /Users/chet/src/bash/src/parse.y: In function 'report_syntax_error': /Users/chet/src/bash/src/parse.y:5486: warning: assignment discards qualifiers from pointer target type /Users/chet.. thats very osx'y .. is that a problem? it compiles fine.. 'just not sure if references to things that don't exist are ok.. :P