Re: a couple of compiler warnings with gcc 11 on freetype 2.10.4

2021-07-12 Thread Alan Coopersmith
On 7/4/21 1:24 PM, Hin-Tak Leung via FreeType development wrote: Hi Werner, There are two new warnings from building 2.10.4 on current fedora. One is likely from the newer gcc 11: src/base/ftlcdfil.c:360:42: warning: argument 2 of type ‘FT_Vector *’ {aka ‘struct FT_Vector_ *’} declared as a

Re: a couple of compiler warnings with gcc 11 on freetype 2.10.4

2021-07-04 Thread Werner LEMBERG
> There are two new warnings from building 2.10.4 on current fedora. > One is likely from the newer gcc 11: > > > src/base/ftlcdfil.c:360:42: warning: > argument 2 of type ‘FT_Vector *’ {aka ‘struct FT_Vector_ *’} > declared as a pointer [-Warray-parameter=] > 360 |

a couple of compiler warnings with gcc 11 on freetype 2.10.4

2021-07-04 Thread Hin-Tak Leung via FreeType development
Hi Werner, There are two new warnings from building 2.10.4 on current fedora. One is likely from the newer gcc 11: src/base/ftlcdfil.c:360:42: warning: argument 2 of type ‘FT_Vector *’ {aka ‘struct FT_Vector_ *’} declared as a pointer [-Warray-parameter=] 360 | F