]> Git Repo - linux.git/blobdiff - lib/ts_bm.c
kernel/gcov/fs.c: replace zero-length array with flexible-array member
[linux.git] / lib / ts_bm.c
index b352903c50e3819c7a7ccc5d91d4c91c976a9f21..277cb4417ac27a77b89494803c3b1705b4e028df 100644 (file)
@@ -52,7 +52,7 @@ struct ts_bm
        u8 *            pattern;
        unsigned int    patlen;
        unsigned int    bad_shift[ASIZE];
-       unsigned int    good_shift[0];
+       unsigned int    good_shift[];
 };
 
 static unsigned int bm_find(struct ts_config *conf, struct ts_state *state)
This page took 0.030673 seconds and 4 git commands to generate.