GNOME Bugzilla – Bug 574648
gstreamermm does not use compiler warning flags
Last modified: 2011-01-16 23:37:41 UTC
gstreamermm does not use compiler warning flags, and while debugging a crash in some code I was working on, enabling warnings allowed me to find the problem and fix it. There is an apparently-unused "GSTREAMERMM_ARG_ENABLE_WARNINGS" in configure.ac that caught my eye.
Created attachment 130333 [details] [review] Add compiler warnings to build system This patch adds support for warning flags to the build system, using Daniel Elstner's dk-warn.m4 macro.
Committed. Thanks.