Actions
Feature #775
openPrint warning if deprecated macros are used
Status:
New
Priority:
Normal
Assignee:
-
Category:
Configuration
Target version:
-
Start date:
2017-07-14
Due date:
% Done:
0%
Estimated time:
Module:
Operating System:
Compiler:
Description
Print warning if deprecated macros are used by developers, e.g. WITH_PRIVATE_TAGS, HAVE_STD_STRING, HAVE_STL etc. which have been renamed, see commits da6b711e, ef5118e, 5b39892 and maybe others.
Updated by Jörg Riesmeier about 8 years ago
Here's an example on how it is done for another deprecated macro (from "dul.cc"):
#ifdef DONT_DISABLE_NAGLE_ALGORITHM #warning The macro DONT_DISABLE_NAGLE_ALGORITHM is not supported anymore. See "macros.txt" for details. #endif
Updated by Jan Schlamelcher over 7 years ago
- Target version changed from 3.6.3 to 3.6.4
Updated by Jörg Riesmeier over 7 years ago
- Target version changed from 3.6.4 to 3.6.6
Actions