Re: DBD::Oracle: 'no prototype' warnings (Borland)

2004-10-05 Thread Steffen Goeldner
Tim Bunce wrote: On Fri, Oct 01, 2004 at 01:46:45PM +0200, Steffen Goeldner wrote: Tim Bunce wrote: I can live with assuming support for ANSI C style prototypes since we already effectively require perl 5.6 and that requires ANSI C. O.k., attached are the KR = ANSI patches for dbdimp.c and oci8.c.

Re: DBD::Oracle: 'no prototype' warnings (Borland)

2004-10-04 Thread Tim Bunce
On Mon, Oct 04, 2004 at 03:58:54PM +0200, Steffen Goeldner wrote: Tim Bunce wrote: On Fri, Oct 01, 2004 at 01:46:45PM +0200, Steffen Goeldner wrote: Tim Bunce wrote: I can live with assuming support for ANSI C style prototypes since we already effectively require perl 5.6 and that

Re: DBD::Oracle: 'no prototype' warnings (Borland)

2004-10-01 Thread Steffen Goeldner
Tim Bunce wrote: I can live with assuming support for ANSI C style prototypes since we already effectively require perl 5.6 and that requires ANSI C. O.k., attached are the KR = ANSI patches for dbdimp.c and oci8.c. Steffen --- dbdimp.orig Thu Sep 30 14:26:04 2004 +++ dbdimp.cThu Sep 30

Re: DBD::Oracle: 'no prototype' warnings (Borland)

2004-10-01 Thread Tim Bunce
On Fri, Oct 01, 2004 at 01:46:45PM +0200, Steffen Goeldner wrote: Tim Bunce wrote: I can live with assuming support for ANSI C style prototypes since we already effectively require perl 5.6 and that requires ANSI C. O.k., attached are the KR = ANSI patches for dbdimp.c and oci8.c. Thanks,

Re: DBD::Oracle: 'no prototype' warnings (Borland)

2004-09-30 Thread Tim Bunce
On Thu, Sep 30, 2004 at 10:29:25AM +0200, Steffen Goeldner wrote: Tim Bunce wrote: On Wed, Sep 22, 2004 at 03:52:09PM +0200, Steffen Goeldner wrote: Compiling DBD::Oracle with Borland C++ 5.5, I have a bunch of warnings: [...] 1. ignore the warnings :-( 2. suppress the warnings

Re: DBD::Oracle: 'no prototype' warnings (Borland)

2004-09-30 Thread Steffen Goeldner
Tim Bunce wrote: On Wed, Sep 22, 2004 at 03:52:09PM +0200, Steffen Goeldner wrote: Compiling DBD::Oracle with Borland C++ 5.5, I have a bunch of warnings: [...] 1. ignore the warnings :-( 2. suppress the warnings (-w-8065) 3. Force __STDC__=1 4. Force C++ compile (-P): 5. Remove the

DBD::Oracle: 'no prototype' warnings (Borland)

2004-09-22 Thread Steffen Goeldner
Compiling DBD::Oracle with Borland C++ 5.5, I have a bunch of warnings: Warning W8065 ...: Call to function 'OCI...' with no prototype in function because oci.h includes the KR headers: #if defined(__STDC__) || defined(__cplusplus) #include ociapr.h #include ociap.h #else #include