Deleted Added
full compact
c.opt (259555) c.opt (259920)
1; Options for the C, ObjC, C++ and ObjC++ front ends.
2; Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
3;
4; This file is part of GCC.
5;
6; GCC is free software; you can redistribute it and/or modify it under
7; the terms of the GNU General Public License as published by the Free
8; Software Foundation; either version 2, or (at your option) any later

--- 6 unchanged lines hidden (view full) ---

15;
16; You should have received a copy of the GNU General Public License
17; along with GCC; see the file COPYING. If not, write to the Free
18; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
19; 02110-1301, USA.
20
21; See the GCC internals manual for a description of this file's format.
22
1; Options for the C, ObjC, C++ and ObjC++ front ends.
2; Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
3;
4; This file is part of GCC.
5;
6; GCC is free software; you can redistribute it and/or modify it under
7; the terms of the GNU General Public License as published by the Free
8; Software Foundation; either version 2, or (at your option) any later

--- 6 unchanged lines hidden (view full) ---

15;
16; You should have received a copy of the GNU General Public License
17; along with GCC; see the file COPYING. If not, write to the Free
18; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
19; 02110-1301, USA.
20
21; See the GCC internals manual for a description of this file's format.
22
23; $FreeBSD: head/contrib/gcc/c.opt 259555 2013-12-18 14:53:36Z pfg $
23; $FreeBSD: head/contrib/gcc/c.opt 259920 2013-12-26 18:09:16Z pfg $
24; Please try to keep this file in ASCII collating order.
25
26Language
27C
28
29Language
30ObjC
31

--- 247 unchanged lines hidden (view full) ---

279Wmissing-include-dirs
280C ObjC C++ ObjC++
281Warn about user-specified include directories that do not exist
282
283Wmissing-prototypes
284C ObjC Var(warn_missing_prototypes)
285Warn about global functions without prototypes
286
24; Please try to keep this file in ASCII collating order.
25
26Language
27C
28
29Language
30ObjC
31

--- 247 unchanged lines hidden (view full) ---

279Wmissing-include-dirs
280C ObjC C++ ObjC++
281Warn about user-specified include directories that do not exist
282
283Wmissing-prototypes
284C ObjC Var(warn_missing_prototypes)
285Warn about global functions without prototypes
286
287; APPLE LOCAL begin -Wmost
288Wmost
289C ObjC C++ ObjC++
290Like -Wall but without -Wparentheses
291; APPLE LOCAL end -Wmost
292
287Wmultichar
288C ObjC C++ ObjC++
289Warn about use of multi-character character constants
290
291Wnested-externs
292C ObjC Var(warn_nested_externs)
293Warn about \"extern\" declarations not at file scope
294

--- 653 unchanged lines hidden ---
293Wmultichar
294C ObjC C++ ObjC++
295Warn about use of multi-character character constants
296
297Wnested-externs
298C ObjC Var(warn_nested_externs)
299Warn about \"extern\" declarations not at file scope
300

--- 653 unchanged lines hidden ---