https://bz.apache.org/bugzilla/show_bug.cgi?id=65155

--- Comment #3 from Yann Ylavic <[email protected]> ---
(In reply to Andrei from comment #2)
> Which solution is
> preferred?
> 
> * move definitions and initialization at the top of the file
> * define at top, initialize just before apr_snprintf 
> * inline again the initialization as arguments to the apr_snprintf function

Move the const definitions with initializations at the top of the test()
function?
It seems that the initializations depend on globals only so there's no previous
initialization in in the test() function itself which prevents that, unless I'm
missing something..

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to