]> sigrok.org Git - libsigrok.git/commitdiff
Make 'struct rs9lcd_info' non-empty.
authorUwe Hermann <redacted>
Sat, 2 Feb 2013 11:14:26 +0000 (12:14 +0100)
committerUwe Hermann <redacted>
Sat, 2 Feb 2013 11:14:26 +0000 (12:14 +0100)
Empty structs can be an issue (compiler-dependent), so add a dummy entry
for this one.

libsigrok-internal.h

index 41144cbd22dd14616e2b999aa44e7302720f8596..ac430a3872b8f8127e363381471d5b3055bd1556 100644 (file)
@@ -232,7 +232,7 @@ SR_PRIV int sr_metex14_parse(const uint8_t *buf, float *floatval,
 #define RS9LCD_PACKET_SIZE 9
 
 /* Dummy info struct. The parser does not use it. */
-struct rs9lcd_info {};
+struct rs9lcd_info { int dummy; };
 
 SR_PRIV gboolean sr_rs9lcd_packet_valid(const uint8_t *buf);
 SR_PRIV int sr_rs9lcd_parse(const uint8_t *buf, float *floatval,