GNOME Bugzilla – Bug 679120
rtsp: Fix mingw-w64 compiler warning
Last modified: 2012-09-07 14:35:29 UTC
Warning on mingw-w64: gstrtspconnection.c:80: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 EINPROGRESS is not used in the Windows code, so it should be safe to remove.
Created attachment 217597 [details] [review] Fix compiler warning
commit 5f314bcdb90fa8667fb745b6f9cf223ff021b921 Author: Raimo Järvi <raimo.jarvi@gmail.com> Date: Fri Jun 29 12:55:51 2012 +0300 rtsp: Fix compiler warning https://bugzilla.gnome.org/show_bug.cgi?id=679120