aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2021-01-09 00:44:11 +0100
committerAaron Rossetto <aaron.rossetto@ni.com>2021-03-04 08:20:21 -0600
commitdf6c2bebae7af7968165f6ad16e56d3f9fccef52 (patch)
tree289635404d80cb30770d87c13721ab926fa18786 /host/include
parentecefbdd9ab245c1ef3ea8a8521ea79952f06dbe8 (diff)
downloaduhd-df6c2bebae7af7968165f6ad16e56d3f9fccef52.tar.gz
uhd-df6c2bebae7af7968165f6ad16e56d3f9fccef52.tar.bz2
uhd-df6c2bebae7af7968165f6ad16e56d3f9fccef52.zip
twinrx: Fix missing default copy ctor
twinrx_gain_config_t defined an assignment operator, but not a default copy ctor. This is not allowed in modern C++, although compilers let it slide and provide their own defaults. Clang, however, throws a warning so let's fix it.
Diffstat (limited to 'host/include')
0 files changed, 0 insertions, 0 deletions