Project

General

Profile

Actions

Feature #775

open

Print warning if deprecated macros are used

Added by Michael Onken about 8 years ago. Updated over 5 years ago.

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.

Actions #1

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

Actions #2

Updated by Jan Schlamelcher over 7 years ago

  • Target version changed from 3.6.3 to 3.6.4
Actions #3

Updated by Jörg Riesmeier over 7 years ago

  • Target version changed from 3.6.4 to 3.6.6
Actions #4

Updated by Michael Onken over 5 years ago

  • Target version deleted (3.6.6)
Actions

Also available in: Atom PDF