f550d1d242a46e04a7aafc3803ab5e3549495ffd
[platform/upstream/gstreamer.git] / libs / gst / check / libcheck / libcompat.c
1 #include "libcompat.h"
2
3 /* silence warnings about an empty library */
4 void
5 ck_do_nothing (void)
6 {
7   assert (0);
8
9   /*
10    * to silence warning about this function actually
11    * returning, but being marked as noreturn. assert()
12    * must be marked as a function that returns.
13    */
14   exit (1);
15 }