Fix build error in gdb/rocm-tdep.c
authorLaurent Morichetti <laurent.morichetti@amd.com>
Wed, 15 Jan 2020 00:22:33 +0000 (16:22 -0800)
committerLaurent Morichetti <laurent.morichetti@amd.com>
Wed, 15 Jan 2020 20:45:38 +0000 (12:45 -0800)
commit5cf3a3035ae742f7c507dc70893793618e482885
tree73ca996c9ed420b168cacae3fcffabb950dde4a6
parent085e54f2456cbc82084c71af612e8596017322d1
Fix build error in gdb/rocm-tdep.c

This patch fixes the following build error:
../../gdb/rocm-tdep.c: In function ‘void async_file_flush()’:
../../gdb/rocm-tdep.c:205:1: error: no previous declaration for ‘void async_file_flush()’ [-Werror=missing-declarations]
 async_file_flush (void)
 ^~~~~~~~~~~~~~~~

Change-Id: Ia5be169ce25452e40eeba0b6ff29d3c07db2795c
gdb/rocm-tdep.c
This page took 0.024275 seconds and 4 git commands to generate.