diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-09-21 11:47:32 +0200 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-09-25 11:21:10 -0500 |
commit | 05a6b351d75231337a4bdc783791515676b1c333 (patch) | |
tree | 8aaa859d12fde8d0c8733a76f171f916e310c496 /host/cmake | |
parent | 2e64cb1b2891cbecab832aec00b8269e0798ff0d (diff) | |
download | uhd-05a6b351d75231337a4bdc783791515676b1c333.tar.gz uhd-05a6b351d75231337a4bdc783791515676b1c333.tar.bz2 uhd-05a6b351d75231337a4bdc783791515676b1c333.zip |
lib: graph_utils: Fix formatting and compiler warnings
The conditional setting of some variables lead the compiler to assume
they might be used uninitialized. Circumventing compiler warning by
initializing variables to a default value, even if that's not the right
value (they will get set later).
Also applied clang-format to the same code section.
This fixes da1aeaeccc.
Diffstat (limited to 'host/cmake')
0 files changed, 0 insertions, 0 deletions