2 Commits

Author SHA1 Message Date
5bab975c70 changelog: Add release 0.9.0 2020-07-19 12:57:16 +02:00
5588d2614b build: temporary revert to autotools (#174)
As long as cmake doesn't generate suitable deb packages, we need to
switch back :(
2020-07-19 12:53:59 +02:00

View File

@ -1,8 +1,3 @@
#pragma GCC diagnostic push
// ignore these warnings, it is third party code
#pragma GCC diagnostic ignored "-Wpointer-sign"
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// Copyright (C) 2010-2011, Robert Johansson, Raditex AB // Copyright (C) 2010-2011, Robert Johansson, Raditex AB
// All rights reserved. // All rights reserved.
@ -5254,5 +5249,3 @@ mbus_is_secondary_address(const char * value)
return 1; return 1;
} }
#pragma GCC diagnostic pop