tjko / jpeginfo

jpeginfo - prints information and tests integrity of JPEG/JFIF files
http://www.iki.fi/tjko/projects.html
GNU General Public License v3.0
139 stars 17 forks source link

jpegmarker.h: Move extern to the front for jpeg_special_marker_type. #30

Closed schwehr closed 10 months ago

schwehr commented 10 months ago

Found with -Wextra using gcc 13.2.0:

jpegmarker.h:18:1: warning: ‘extern’ is not at beginning of declaration [-Wold-style-declaration]
   18 | const extern struct jpeg_special_marker_type jpeg_special_marker_types[];
      | ^~~~~