We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5953d8 commit 56c4f54Copy full SHA for 56c4f54
compat/win32/fscache.c
@@ -79,7 +79,9 @@ struct fsentry {
79
#pragma GCC diagnostic pop
80
81
#pragma GCC diagnostic push
82
+#ifdef __clang__
83
#pragma GCC diagnostic ignored "-Wflexible-array-extensions"
84
+#endif
85
struct heap_fsentry {
86
union {
87
struct fsentry ent;
@@ -600,7 +602,9 @@ int fscache_lstat(const char *filename, struct stat *st)
600
602
{
601
603
int dirlen, base, len;
604
605
606
607
608
struct heap_fsentry key[2];
609
610
struct fsentry *fse;
0 commit comments