Clang: uninitialized

This commit is contained in:
Ehmry - 2019-10-06 14:26:39 +02:00
parent a7a0d3fe63
commit 3c8117e555
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ namespace Genode {
template <typename> class Connection;
}
#pragma clang diagnostic ignored "-Wuninitialized"
// TODO: this diagnostic is now broken for most code in the tree,
// but thats not a regression from upstream
class Genode::Connection_base : Noncopyable, Interface
{