]> git.ipfire.org Git - thirdparty/kea.git/commit
minor changes:
authorAndrei Pavel <andrei.pavel@qualitance.com>
Fri, 18 Aug 2017 07:27:29 +0000 (10:27 +0300)
committerAndrei Pavel <andrei.pavel@qualitance.com>
Fri, 18 Aug 2017 07:34:26 +0000 (10:34 +0300)
commit6e5ddf2725b14d37f3ee1755352f1bb206f04687
tree8ef3dfa91337bb2ebcf82536f802b21b1f2eb3d6
parentdc5303592424c8eccffcc012da7c745a089d4e7c
minor changes:

    * dynamic exception specifications are deprecated in C++11 (throw on
function definition)
    * INSTANTIATE_TEST_CASE_P gives a warning about variadic arguments
having at least one argument. The IntToString functor is what it
requires for test cases to be displayed correctly.
    * Options should be merged with formatted option included in the
identifier. This was unit-tested, but masked by an incorrect csv-format
value in test data. Merge not used in actual code, but used in
Cassandra PR.
    * ifdefs in MACROS are not portable
    * added missing doxygen comments
12 files changed:
src/bin/dhcp4/tests/get_config_unittest.cc
src/bin/dhcp4/tests/get_config_unittest.cc.skel
src/bin/dhcp6/tests/get_config_unittest.cc
src/bin/dhcp6/tests/get_config_unittest.cc.skel
src/lib/cc/data.cc
src/lib/cc/data.h
src/lib/config/module_spec.cc
src/lib/config/module_spec.h
src/lib/dhcpsrv/cfg_option.cc
src/lib/dhcpsrv/mysql_host_data_source.h
src/lib/util/threads/tests/condvar_unittest.cc
src/lib/util/threads/tests/lock_unittest.cc