LIBVLC_USED: tag for function whose result must be used
GCC will print a warning if the result of such function is ignored This is useful for functions returning an allocated object (which would leak if ignored), "getter" functions, and functions that are "likely" to fail.
Showing
Please register or sign in to comment