Skip Menu |

This queue is for tickets about the DBD-Sybase CPAN distribution.

Report information
The Basics
Id: 5795
Status: resolved
Priority: 0/
Queue: DBD-Sybase

People
Owner: Nobody in particular
Requestors: philip [...] utiba.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.00
Fixed in: 1.02



Subject: multi-line string literals in dbdimp.c
Multi-line string literals in dbdimp.c cause newer versions of gcc to complain or fail. gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) (RedHat 9): dbdimp.c:2116:22: warning: multi-line string literals are deprecated dbdimp.c:2126:22: warning: multi-line string literals are deprecated gcc (GCC) 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk) (Mandrake 9.2) refused to compile dbdimp.c until I went along and escaped the end-of-line characters. I guess it's gone from "deprecated" to "mortal sin" or something like that. Not a major problem since those lines aren't present in 1.02, but I thought it was worth noting for future (or in case you back-port fixes). Regards, Philip Yarra.