diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-19 11:55:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-19 11:55:00 +0200 |
commit | c8566fab77ed548241528114acecff0c7e110c0f (patch) | |
tree | c0804f459080995478030daf4f5bfc4a30826136 /HISTORY | |
parent | 54c4e69299b9c818c768e398d171d67cbd4fdea3 (diff) | |
download | vdr-c8566fab77ed548241528114acecff0c7e110c0f.tar.gz vdr-c8566fab77ed548241528114acecff0c7e110c0f.tar.bz2 |
Removed 'register' from libsi/util.c to avoid a warning with ISO-C++17
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9682,3 +9682,4 @@ Video Disk Recorder Revision History - Removed the macros __STL_CONFIG_H, _STL_ALGOBASE_H and _MOVE_H from tools.h. If your plugin insists in using "using namespace std;" you can still define DISABLE_TEMPLATES_COLLIDING_WITH_STL before including any VDR header files. +- Removed 'register' from libsi/util.c to avoid a warning with ISO-C++17. |