Re: [naviserver-devel] NS_GNUC_NONNULL on Windows?

2005-06-29 Thread Stephen Deasey
NS_GNUC_NONNULL is only used in the nscheck.h header because I haven't had time to sprinkle it anywhere else :-) I think it's a pretty useful feature, so I'd like to keep it. Macro varargs are not supported by any Microsoft compiler? If you really can't find another solution, then redefining N

Re: [naviserver-devel] bad import

2005-06-29 Thread Stephen Deasey
http://sourceforge.net/tracker/index.php?func=detail&aid=1230005&group_id=1&atid=21 On 6/28/05, Vlad Seryakov <[EMAIL PROTECTED]> wrote: > I managed to remove the wrong files but not sure if directory is there > > Vlad Seryakov wrote: > > Stephen, > > > > I was importing new module and by mi

[naviserver-devel] hey hey wiki

2005-06-29 Thread Bernd Eidenschink
Hi NaviCoders, I played a bit with the Wiki and started to add something to a Documentation section. Would be cool if you could just take a quick look the next days (no hurry) and rearrange/debug what you think fits better or is more logical. Stephen, do you know how to make backups from that M

Re: [naviserver-devel] NS_GNUC_NONNULL on Windows?

2005-06-29 Thread Ibrahim Tannir
Hello everybody, Please excuse my ignorance in the netickette and use of SF and the naviserver project - and please bear with me - I'm still learning. To Zoran's request (motivated by myself): Since NS_GNUC_NONNULL is not used anywhere else but in nscheck.h itself and only with GNUC, it suff

[naviserver-devel] NS_GNUC_NONNULL on Windows?

2005-06-29 Thread Zoran Vasiljevic
Hi frieds, There seems to be a problem with NS_GNUC_NONNULL macro definition when compiling the code on Windows. This is how/where this beast is defined: #if __GNUC_PREREQ(3,3) # define NS_GNUC_NONNULL(...) __attribute__((__nonnull__(__VA_ARGS__))) # define NS_GNUC_WARN_UNUSED_RESULT __attribute