Changes between Version 1 and Version 2 of Ticket #6685


Ignore:
Timestamp:
Oct 16, 2016, 12:42:17 AM (8 years ago)
Author:
behrisch
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6685 – Description

    v1 v2  
    11The macro itself has a ";" at the end and many usages also have an ";". When compiling with gcc having "-pedantic" enabled this triggers warning for every inclusion of an affected header file. This applies not only to the compilation of gdal but also to all users of the C/C++-library.
    22
    3 One should fix the header files which use the macro or use the attached patch which will induce further adaptions for those cases which do not use the extra ";".
     3One should fix the files which use the macro using the attached patch.