Paul Eggert b1eda10e17 fnmatch: work around GCC compiler warning bug with uninit var
* posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
This works around a bug with x86-64 GCC 4.9.2 and earlier
where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
"../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
used uninitialized in this function [-Wmaybe-uninitialized]".
2014-11-25 14:20:53 -08:00
..
2010-03-24 12:10:51 -07:00
2012-09-28 10:15:05 -06:00
2014-11-24 15:03:45 +05:30
2013-06-06 02:15:33 +02:00
2012-05-10 15:57:27 -07:00
2014-11-07 01:27:16 +00:00