]> code.delx.au - pulseaudio/blobdiff - polyp/strbuf.c
remove most -W compiler warnings
[pulseaudio] / polyp / strbuf.c
index ef48a3fb24d6dcad7722e142fe85682cc8eb8161..169604e8266315a2621d68a1963b53199b1a176b 100644 (file)
@@ -36,7 +36,7 @@
 struct chunk {
     struct chunk *next;
     size_t length;
-    char text[0];
+    char text[];
 };
 
 struct pa_strbuf {