mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 22:10:32 +00:00
* testsuite/incremental_test_1.c: Add prototype to avoid warning.
This commit is contained in:
parent
a3a7127eb0
commit
e2054bcbe6
@ -1,3 +1,7 @@
|
||||
2010-08-13 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* testsuite/incremental_test_1.c: Add prototype to avoid warning.
|
||||
|
||||
2010-08-12 Cary Coutant <ccoutant@google.com>
|
||||
Doug Kwan <dougkwan@google.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Copyright 2009 Free Software Foundation, Inc.
|
||||
// Copyright 2009, 2010 Free Software Foundation, Inc.
|
||||
// Written by Rafael Avila de Espindola <espindola@google.com>
|
||||
|
||||
// This file is part of gold.
|
||||
@ -20,6 +20,8 @@
|
||||
|
||||
int a = -1;
|
||||
|
||||
extern int t1(int);
|
||||
|
||||
int t1(int b)
|
||||
{
|
||||
return a + b;
|
||||
|
Loading…
Reference in New Issue
Block a user