OBVIOUS: Forward declare linux_xfer_osdata_info_os_types on one line to fix ARI warning.

2018-12-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>

	* nat/linux-osdata.c (linux_xfer_osdata_info_os_types): Forward
	declare on one line to fix ARI warning.
This commit is contained in:
Philippe Waroquiers 2018-12-12 21:14:48 +01:00
parent b001de2320
commit c8749e5810
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2018-12-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
* nat/linux-osdata.c (linux_xfer_osdata_info_os_types): Forward
declare on one line to fix ARI warning.
2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
* infrun.c (infcall_suspend_state::infcall_suspend_state): New.

View File

@ -1274,8 +1274,7 @@ linux_xfer_osdata_modules (struct buffer *buffer)
buffer_grow_str0 (buffer, "</osdata>\n");
}
static void
linux_xfer_osdata_info_os_types (struct buffer *buffer);
static void linux_xfer_osdata_info_os_types (struct buffer *buffer);
struct osdata_type {
const char *type;