[naviserver-devel] Printf, wide ints and GNU warnings

2006-11-28 Thread Vlad Seryakov
Hi, Stephen, do you know how to avoid ugly warnings like unknown format when i want to use %q in Ns_DStringPrintf to output Tcl_WideInt type. Converting to double is ugly as well, i just put them for now to make it work but this needs to be changed. May be those __printf__ attributes can be

Re: [naviserver-devel] Printf, wide ints and GNU warnings

2006-11-28 Thread Vlad Seryakov
Found %llu and it does not complain Vlad Seryakov wrote: Hi, Stephen, do you know how to avoid ugly warnings like unknown format when i want to use %q in Ns_DStringPrintf to output Tcl_WideInt type. Converting to double is ugly as well, i just put them for now to make it work but this needs