Compare commits
21 Commits
WolfgangsO
...
rebase-wo-
Author | SHA1 | Date | |
---|---|---|---|
![]() |
46bb84e63c | ||
![]() |
e9c0abc5ce | ||
![]() |
bc0a9f9269 | ||
![]() |
a5c401cb42 | ||
![]() |
60c3e7b36c | ||
![]() |
13e3908bbd | ||
![]() |
1286df041c | ||
![]() |
cdb41daa9d | ||
![]() |
ce396e8838 | ||
![]() |
46c43946bf | ||
![]() |
7b00e563af | ||
![]() |
50dadfd8b4 | ||
![]() |
06d46dc310 | ||
![]() |
60bae654e9 | ||
![]() |
94528ad6f2 | ||
![]() |
2a66e6a53b | ||
![]() |
0edc297c47 | ||
![]() |
8bbb9bb708 | ||
![]() |
3d5806ff5d | ||
![]() |
88d32add38 | ||
![]() |
057cf776de |
@@ -1,2 +0,0 @@
|
||||
/_build
|
||||
/build
|
7
.gitignore
vendored
7
.gitignore
vendored
@@ -10,6 +10,7 @@ test/Makefile.in
|
||||
/compile
|
||||
config.guess
|
||||
config.sub
|
||||
config.h.in
|
||||
configure
|
||||
/depcomp
|
||||
/install-sh
|
||||
@@ -71,9 +72,3 @@ test/test-frames/*.xml.new
|
||||
test/error-frames/*.xml.new
|
||||
test/unsupported-frames/*.xml.new
|
||||
|
||||
/build/
|
||||
_build/
|
||||
|
||||
# IDE
|
||||
/.vscode/
|
||||
CMakeLists.txt.user
|
@@ -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
|
||||
// All rights reserved.
|
||||
@@ -5254,5 +5249,3 @@ mbus_is_secondary_address(const char * value)
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
#pragma GCC diagnostic pop
|
Reference in New Issue
Block a user