This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Minor Ada front end fixes for MinGW


> The following three fixes eliminate some warnings in the Ada front end
> on MinGW:
> 1) value is a char, but Win32 BYTE is unsigned.
> 2) The args_0 temporary variable is const but shouldn't be because args
> is not.
> 3) MAXPATHLEN is defined by mingwrt.
> 
> 2004-09-12  Aaron W. LaFramboise <aaronavay62@aaronwl.com>
> 
> 	* adaint.c (__gnat_get_libraries_from_registry): Cast value
>         to LPBYTE.
> 	(__gnat_portable_spawn): Remove const.
> 	* mingw32.h (MAXPATHLEN): Check for previous definition.

OK, thanks.

Arno


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]