lib/dbus/ReadIter: remove obsolete GCC warning workaround
We need at least GCC 8 anyway.
This commit is contained in:
parent
33146ac353
commit
d87e09a8b4
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2007-2017 Content Management AG
|
||||
* Copyright 2007-2020 CM4all GmbH
|
||||
* All rights reserved.
|
||||
*
|
||||
* author: Max Kellermann <mk@cm4all.com>
|
||||
|
@ -34,15 +34,8 @@
|
|||
#define ODBUS_READ_ITER_HXX
|
||||
|
||||
#include "Iter.hxx"
|
||||
#include "util/Compiler.h"
|
||||
#include "util/ConstBuffer.hxx"
|
||||
|
||||
#if GCC_OLDER_THAN(8,0)
|
||||
/* switch off completely bogus shadow warnings in older GCC
|
||||
versions */
|
||||
#pragma GCC diagnostic ignored "-Wshadow"
|
||||
#endif
|
||||
|
||||
namespace ODBus {
|
||||
|
||||
class ReadMessageIter : public MessageIter {
|
||||
|
|
Loading…
Reference in New Issue