Bug#457704: libgda3-dev: libgda/gda-config.h syntax error prevents use of -Werror in dependent packages

Neil Williams codehelp at debian.org
Mon Dec 24 17:28:05 UTC 2007


Package: libgda3-dev
Version: 3.0.1-1
Severity: normal

/usr/include/libgda-3.0/libgda/gda-config.h:121: warning: function
declaration isn't a prototype

The line in question uses (); instead of (void);

A minor typo but it prevents me from using -Werror in my own package
when using libgda headers.

GdaDataSourceInfo *gda_data_source_info_new         ();
should be
GdaDataSourceInfo *gda_data_source_info_new     (void);

Thanks.

-- System Information:
Debian Release: lenny/sid
  APT prefers experimental
  APT policy: (500, 'experimental'), (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.22-3-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgda3-dev depends on:
ii  libgda3-3                     3.0.1-1    GNOME Data Access library for GNOM
ii  libglib2.0-dev                2.14.4-2   Development files for the GLib lib
ii  libxslt1-dev                  1.1.22-1   XSLT processing library - developm

libgda3-dev recommends no packages.

-- no debconf information






More information about the pkg-gnome-maintainers mailing list