[Bug 675525] New: Fix compiler warnings on mingw-w64

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat May 5 12:18:24 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=675525
  GStreamer | gstreamer (core) | git

           Summary: Fix compiler warnings on mingw-w64
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: raimo.jarvi at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Warnings on mingw-w64:

gstpoll.c:75:0: error: "EINPROGRESS" redefined
/usr/x86_64-w64-mingw32/sys-root/mingw/include/errno.h:158:0: note: this is the
location of the previous definition

gstsystemclock.c:55:0: error: "EWOULDBLOCK" redefined
/usr/x86_64-w64-mingw32/sys-root/mingw/include/errno.h:166:0: note: this is the
location of the previous definition

gstfilesrc.c:50:0: error: "stat" redefined
/usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:258:0: note: this is
the location of the previous definition

And in tests/check:

gst/gstpoll.c:29:0: error: "EINPROGRESS" redefined

elements/filesrc.c:408:1: error: ‘check_uri_for_uri’ defined but not used
elements/filesrc.c:436:1: error: ‘check_uri_for_location’ defined but not used

EINPROGRESS is not used anywhere in gstreamer code, so I assume it can be
safely removed.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list