mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
Handle --enable-gcc-warnings.
* src/getargs.c (command_line_location): Set parameters to void.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-11-17 Di-an Jan <dianj@freeshell.org>
|
||||
|
||||
Handle --enable-gcc-warnings.
|
||||
* src/getargs.c (command_line_location): Set parameters to void.
|
||||
|
||||
2008-11-11 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
AT_FULL_COMPILE.
|
||||
|
||||
@@ -497,7 +497,7 @@ static struct option const long_options[] =
|
||||
/* Build a location for the current command line argument. */
|
||||
static
|
||||
location
|
||||
command_line_location()
|
||||
command_line_location (void)
|
||||
{
|
||||
location res;
|
||||
/* "<command line>" is used in GCC's messages about -D. */
|
||||
|
||||
Reference in New Issue
Block a user