fixes for -Wmissing-declarations and -Wwrite-strings warnings

Pouech Eric DMI AEI CAEN pouech-eric at wanadoo.fr
Thu Jun 2 07:08:02 CDT 2005


looking at the patch, I saw something in the code that made me sick:
char *audioAutoDetect(void)
{
[snip]
  char *driversFound[10];
[snip]
    return driversFound[0];
[snip]
}

can someone fix that broken code ?
that would be another nice janitorial task to check whether this kind of error exists somewhere else (I'd bet it does)
A+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-devel/attachments/20050602/58ee4291/attachment.htm


More information about the wine-devel mailing list