miniobject, memory, uri: warn on unused return value of some funcs
authorTim-Philipp Müller <tim@centricular.com>
Sat, 5 Mar 2016 14:27:35 +0000 (14:27 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 26 Mar 2016 11:35:39 +0000 (11:35 +0000)
commit9df4bda65d7d044b9386ad093235b34cf75b46d5
treec4370f9194193d48e466acf121f1df8ef56a0d47
parent3dff1c101fe9c85ae8be8e2cfc8730b4072d5877
miniobject, memory, uri: warn on unused return value of some funcs

Make compiler issue a warning for common beginner mistakes such as:

  ...
  gst_buffer_make_writable (buf);
  gst_buffer_map (buf, &map, GST_MAP_WRITE);
  ...

and similar. Only do this for some functions for now.
gst/gstmemory.h
gst/gstminiobject.h
gst/gsturi.h