Re: [fpc-devel] Apache header translation Patch

2007-11-11 Thread Inoussa OUEDRAOGO
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

Re: [fpc-devel] Apache header translation Patch

2007-11-11 Thread Felipe Monteiro de Carvalho
More importantly then supressing it, which I consider something unimportant, would be knowing what it means, and if there is some kind of potential problem it indicates that we are overlooking. -- Felipe Monteiro de Carvalho ___ fpc-devel maillist -

Re: [fpc-devel] Apache header translation Patch

2007-11-11 Thread Jonas Maebe
On 11 Nov 2007, at 17:06, Inoussa OUEDRAOGO wrote: 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 =

Re: [fpc-devel] fpdoc TOC link in HTML output

2007-11-11 Thread L
1) A quick work-around would be to parse all the generated html and manually insert the link. LUFDoc (help for the PSP or Powtils web utilities) do this this and is amazingly quick, but it's a bit of a hack. Actually I have engineered it modular like this: fileout(header); fileout(navbar);