Deleted Added
full compact
c.opt (259405) c.opt (259890)
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: stable/10/contrib/gcc/c.opt 259405 2013-12-15 03:47:31Z pfg $
23; $FreeBSD: stable/10/contrib/gcc/c.opt 259890 2013-12-25 21:59:56Z pfg $
24; Please try to keep this file in ASCII collating order.
25
26Language
27C
28
29Language
30ObjC
31

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

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
24; Please try to keep this file in ASCII collating order.
25
26Language
27C
28
29Language
30ObjC
31

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

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
295; APPLE LOCAL begin -Wnewline-eof
296Wnewline-eof
297C ObjC C++ ObjC++
298Warn about files missing a newline at the end of the file
299; APPLE LOCAL end -Wnewline-eof
300
295Wnon-template-friend
296C++ ObjC++ Var(warn_nontemplate_friend) Init(1)
297Warn when non-templatized friend functions are declared within a template
298
299Wnon-virtual-dtor
300C++ ObjC++ Var(warn_nonvdtor)
301Warn about non-virtual destructors
302

--- 631 unchanged lines hidden ---
301Wnon-template-friend
302C++ ObjC++ Var(warn_nontemplate_friend) Init(1)
303Warn when non-templatized friend functions are declared within a template
304
305Wnon-virtual-dtor
306C++ ObjC++ Var(warn_nonvdtor)
307Warn about non-virtual destructors
308

--- 631 unchanged lines hidden ---