libsigrok/include/libsigrok
Aurelien Jacobs 2617c81a4b Remove the inline qualification from sr_rational_set().
Inlining can only happen in the same compilation unit where the
function was defined, so there is no sense declaring an inline
function in a header if this function is not defined in this
same header.

This fixes the following gcc-5 warning:

In file included from include/libsigrok/libsigrok.h:1066:0,
                 from src/version.c:21:
include/libsigrok/proto.h:36:20: warning: inline function 'sr_rational_set' declared but never defined
 SR_API inline void sr_rational_set(struct sr_rational *r, uint64_t p, uint64_t q);
                    ^
2015-02-12 11:24:11 +01:00
..
libsigrok.h SR_ERR_IO: new error code 2015-02-11 16:25:30 +01:00
proto.h Remove the inline qualification from sr_rational_set(). 2015-02-12 11:24:11 +01:00
version.h.in Move public headers into include/libsigrok. 2014-07-17 18:30:49 +01:00