After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 678454 - fftrange: trivial compiler warning
fftrange: trivial compiler warning
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other Linux
: Normal normal
: 0.10.37
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-20 08:56 UTC by Andreas Frisch
Modified: 2012-06-20 09:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix trivial fftrange compiler warning (702 bytes, patch)
2012-06-20 08:56 UTC, Andreas Frisch
none Details | Review

Description Andreas Frisch 2012-06-20 08:56:01 UTC
Created attachment 216798 [details] [review]
fix trivial fftrange compiler warning

make -C fft
make[4]: Entering directory `/dream/devel/gstreamer/gst-plugins-base/tests/examples/fft'
  CC     fftrange-fftrange.o
fftrange.c: In function 'main':
fftrange.c:184:1: error: control reaches end of non-void function [-Werror=return-type]
cc1: all warnings being treated as errors
Comment 1 Wim Taymans 2012-06-20 09:08:39 UTC
commit 4df320ed654fbf4f40e0e56eed531d56aaf58c4f
Author: Andreas Frisch <fraxinas@opendreambox.org>
Date:   Wed Jun 20 10:52:34 2012 +0200

    fix compiler warning