[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No previous prototype for 'get_proc_addr'
From: |
Eli Zaretskii |
Subject: |
Re: No previous prototype for 'get_proc_addr' |
Date: |
Mon, 10 Sep 2018 15:46:09 +0300 |
> Date: Mon, 10 Sep 2018 10:28:13 +0200
> From: martin rudalics <address@hidden>
>
> Compiling current master gets me a plethora of such warnings:
>
> In file included from ../../src/unexw32.c:26:0:
> ../../src/w32common.h:59:1: warning: no previous prototype for
> 'get_proc_addr' [-Wmissing-prototypes]
> get_proc_addr (HINSTANCE handle, LPCSTR fname)
> ^
I guess you have an old GCC version?
Please try again, I tried to fix it.