[fpc-devel] Apache header translation Patch
Inoussa OUEDRAOGO
inoussa12 at gmail.com
Sun Nov 11 17:06:57 CET 2007
> After your patch a warning appeared when compiling httpd-2.2:
>
> http_config.inc(135,3) Warning: cdecl'ared functions have no high
> parameter
I manage to get a code snipet that produces the warning, I do not
known how to suppress this
warning. Here is the code ( I compile with this command fpc -vw C:\tmp\b.pas )
<code>
{$mode objfpc}{$H+}
program test_var_args;
type TFunc = function (argc: Integer; const argv: array of PChar):
PChar; cdecl;
begin
end.
</code>
--
Inoussa O.
More information about the fpc-devel
mailing list