diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-23 15:47:26 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2018-03-23 15:47:26 +0100 |
commit | 1f16ada70ccf96fc8b2bf2f7b18b4e62afa33e9e (patch) | |
tree | dd335dfa60b29b8d64ba04f89e58b596097eb2ee /CONTRIBUTORS | |
parent | b539134e548ce6fb51c16a3407567066f76e261c (diff) | |
download | vdr-1f16ada70ccf96fc8b2bf2f7b18b4e62afa33e9e.tar.gz vdr-1f16ada70ccf96fc8b2bf2f7b18b4e62afa33e9e.tar.bz2 |
Fixed some warnings from g++ 7.2.0 regarding fixed buffer sizes
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f837b493..1954bbdd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2630,6 +2630,8 @@ Jörg Wendel <vdr-ml@jwendel.de> for reporting a possible deadlock when quickly zapping through encrypted channels for a patch that was used to implement cStatus::MarksModified() for suggesting to no longer log unaligned marks in cMarks::Align() + for reporting some warnings from g++ 7.2.0 regarding fixed buffer sizes in + cMenuEditTimeItem::Set() and cCountdown::Update() Peter Pinnau <vdr@unterbrecher.de> for reporting that 'uint32_t' requires including stdint.h in font.h on some systems |