gst-launch: fix compiler warnings for SIGHUP handlers on windows
authorTim-Philipp Müller <tim@centricular.com>
Thu, 20 Jul 2017 16:31:41 +0000 (17:31 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 20 Jul 2017 16:31:41 +0000 (17:31 +0100)
commit92ad74052b986504f9e3e49bce4632377b62266a
tree4d2f5d66d62534b424e636a8ce5ef643fa92219f
parent78ee0dfad13ea6e3621605e482321e5f34ffa6c3
gst-launch: fix compiler warnings for SIGHUP handlers on windows

Fix unused variable/function compiler warnings on windows.
The SIGHUP handling is only available under unix.

https://bugzilla.gnome.org/show_bug.cgi?id=783661
tools/gst-launch.c