> 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.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to