libsigrok/include/libsigrok
Uwe Hermann 3601d50e26 libsigrok.h: Fix multiple compiler warnings (-Wshift-overflow=2).
../include/libsigrok/libsigrok.h:653:19: warning: result of ‘1 << 31’ requires 33 bits to represent, but ‘int’ only has 32 bits [-Wshift-overflow=]
    SR_CONF_GET = (1 << 31),
                     ^~

[...]
2018-05-16 23:57:58 +02:00
..
libsigrok.h libsigrok.h: Fix multiple compiler warnings (-Wshift-overflow=2). 2018-05-16 23:57:58 +02:00
proto.h Introduce sr_resourcepaths_get() 2018-03-18 18:25:36 +01:00
version.h.in Build: Make version.h a configuration header 2015-08-16 18:28:13 +02:00