mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53: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>
|
2008-11-11 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
AT_FULL_COMPILE.
|
AT_FULL_COMPILE.
|
||||||
|
|||||||
@@ -497,7 +497,7 @@ static struct option const long_options[] =
|
|||||||
/* Build a location for the current command line argument. */
|
/* Build a location for the current command line argument. */
|
||||||
static
|
static
|
||||||
location
|
location
|
||||||
command_line_location()
|
command_line_location (void)
|
||||||
{
|
{
|
||||||
location res;
|
location res;
|
||||||
/* "<command line>" is used in GCC's messages about -D. */
|
/* "<command line>" is used in GCC's messages about -D. */
|
||||||
|
|||||||
Reference in New Issue
Block a user