fix warnings detected by MSVC

This commit is contained in:
Krasimir Angelov
2023-05-11 05:52:39 +02:00
parent a514500bba
commit 98165bd8b5
6 changed files with 7 additions and 7 deletions

View File

@@ -864,7 +864,7 @@ pgf_graphviz_word_alignment(PgfDB *db, PgfConcrRevision* revisions, size_t n_rev
typedef struct {
PgfText *phrase;
int n_fids;
size_t n_fids;
int fids[];
} PgfAlignmentPhrase;