Re: [naviserver-devel] still left to fix

2005-06-12 Thread Bernd Eidenschink
Hi Stephen, > Now compiles clean for me with gcc 4 using flags: -02 -Wall > -Wno-implicit-int. (Linux FC3). Yippee! I compiled well last tuesday without mentionable warnings but then, when following the 'compile ?' thread, I asked myself if I did compile it wrong... :-) But nevertheless, trie

Re: [naviserver-devel] still left to fix

2005-06-12 Thread Stephen Deasey
On 6/11/05, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote: > Hi > > I have tested the compilation on following platforms/os'es > > Solaris(sparc) 2.6/2.8 > Linux(intel) SuSE8.2/9.1 > Mac OSX(powerpc) Darwin 6.8/7.9/8.0 (aka Mac OSX 10.2/10.3/10.4) > > Next week we will finish the Window

Re: [naviserver-devel] strict aliasing?

2005-06-12 Thread Zoran Vasiljevic
Am 12.06.2005 um 07:06 schrieb Stephen Deasey: For much of the command parsing, I think something like this is fine: int opt; static CONST char *opts[] = { "cleanup", "list", "create", "put", "get", NULL }; enum { CCleanupIdx, CListIdx, CCreateIdx, CPutIdx, CG