diff options
author | Sven Gothel <[email protected]> | 2020-10-17 01:56:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-10-17 01:56:06 +0200 |
commit | bb84b7ddeb10ed5957f746cf28da606aea4eaa46 (patch) | |
tree | 80c4318843e8fba4a4a7b23b4f70c69594b635fb /test | |
parent | 2b848e814f624d306980e7cfa9a133541bdf5cb2 (diff) |
direct_bt::DBTManager, ieee11073::DataTypes: Fix Warnings
Diffstat (limited to 'test')
-rw-r--r-- | test/ieee11073/test_datatypes01.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ieee11073/test_datatypes01.cpp b/test/ieee11073/test_datatypes01.cpp index 12e0bd3d..10f03027 100644 --- a/test/ieee11073/test_datatypes01.cpp +++ b/test/ieee11073/test_datatypes01.cpp @@ -57,6 +57,8 @@ class Cppunit_tests : public Cppunit { }; int main(int argc, char *argv[]) { + (void) argc; + (void) argv; Cppunit_tests test1; return test1.run(); } |