summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2017-03-14 16:46:14 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2017-03-14 16:46:43 -0400
commitae7ba6ed46ec831a8dd273d923e420525fd58899 (patch)
tree8c980c3332f7c0b18899c244f38d62fb1d4cac4c /tests
parenta9c34fb9e3b6cfd494decd107b744d39cd1dc791 (diff)
downloadgstreamer-plugins-bad-ae7ba6ed46ec831a8dd273d923e420525fd58899.tar.gz
srtp test: Remove deprecation disabling
No deprecated APIs are used.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/srtp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/check/elements/srtp.c b/tests/check/elements/srtp.c
index e498afa0e..37484a94f 100644
--- a/tests/check/elements/srtp.c
+++ b/tests/check/elements/srtp.c
@@ -19,10 +19,6 @@
* Boston, MA 02110-1301, USA.
*/
-/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
- * with newer GLib versions (>= 2.31.0) */
-#define GLIB_DISABLE_DEPRECATION_WARNINGS
-
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif