Line 1... |
Line 1... |
# Autoconf include file defining macros related to compile-time warnings.
|
# Autoconf include file defining macros related to compile-time warnings.
|
|
|
# Copyright 2004, 2005, 2007 Free Software Foundation, Inc.
|
# Copyright 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
|
|
|
#This file is part of GCC.
|
#This file is part of GCC.
|
|
|
#GCC is free software; you can redistribute it and/or modify it under
|
#GCC is free software; you can redistribute it and/or modify it under
|
#the terms of the GNU General Public License as published by the Free
|
#the terms of the GNU General Public License as published by the Free
|
#Software Foundation; either version 2, or (at your option) any later
|
#Software Foundation; either version 3, or (at your option) any later
|
#version.
|
#version.
|
|
|
#GCC is distributed in the hope that it will be useful, but WITHOUT
|
#GCC is distributed in the hope that it will be useful, but WITHOUT
|
#ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
#ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
#FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
#FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
#for more details.
|
#for more details.
|
|
|
#You should have received a copy of the GNU General Public License
|
#You should have received a copy of the GNU General Public License
|
#along with GCC; see the file COPYING. If not, write to the Free
|
#along with GCC; see the file COPYING3. If not see
|
#Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
|
#<http://www.gnu.org/licenses/>.
|
#02110-1301, USA.
|
|
|
|
# ACX_PROG_CC_WARNING_OPTS(WARNINGS, [VARIABLE = WARN_CFLAGS)
|
# ACX_PROG_CC_WARNING_OPTS(WARNINGS, [VARIABLE = WARN_CFLAGS)
|
# Sets @VARIABLE@ to the subset of the given options which the
|
# Sets @VARIABLE@ to the subset of the given options which the
|
# compiler accepts.
|
# compiler accepts.
|
AC_DEFUN([ACX_PROG_CC_WARNING_OPTS],
|
AC_DEFUN([ACX_PROG_CC_WARNING_OPTS],
|