sort: better -Wmissing-variable-declarations
commite9744ba05801d4cd66bed532a1f0e74675573747
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 May 2024 04:09:28 +0000 (16 21:09 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 May 2024 06:09:32 +0000 (16 23:09 -0700)
treea3613496644ba4703df66b89cc3f90860020df2b
parent44084a3ac216b7a53cdf78a9361010c084fc0535
sort: better -Wmissing-variable-declarations

* src/sort.c: Ignore -Wmissing-variable-declarations only
with GCC 14 and newer, since it didn’t exist earlier.
Ignore the warning only when including md5.h, where it
needs to be ignored, as the warning might be useful elsewhere.
src/sort.c