Changes between Initial Version and Version 1 of Ticket #61181


Ignore:
Timestamp:
Sep 15, 2020, 8:20:00 PM (4 years ago)
Author:
MrB74
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61181 – Description

    initial v1  
    55LittleCMS uses and requires C99, and this standard allows the use of  ́register ́ keyword. Some compilers complain about this as being deprecated. Well, standards cannot be changed in retro- active way unless you have a time machine! But anyway, if you want to compile the code as C++14 or things like that, you can use the toggle CMS_NO_REGISTER_KEYWORD
    66
    7 Would it be possible to get an option to disable it, or just disabled it by default by setting uncommenting the #define CMS_NO_REGISTER_KEYWORD 1 in lcms2.h
     7Would it be possible to get an option to disable it, or just disabled it by default by setting uncommenting the #define CMS_NO_REGISTER_KEYWORD 1 in lcms2.h ?
    88
    99thanks