diff options
author | Michael Buesch <m@bues.ch> | 2019-04-30 22:07:23 +0200 |
---|---|---|
committer | Michael Buesch <m@bues.ch> | 2019-04-30 22:08:47 +0200 |
commit | 9f48587713ae3e8fbbf6459006c6e3dc3dda040b (patch) | |
tree | 6620425036e24ca1939b7b8558e12d98e51d0aff /icetime/mktest.py | |
parent | b1026f8b755b20b18f59e25a87adc717f7ba912f (diff) | |
download | icestorm-9f48587713ae3e8fbbf6459006c6e3dc3dda040b.tar.gz icestorm-9f48587713ae3e8fbbf6459006c6e3dc3dda040b.tar.bz2 icestorm-9f48587713ae3e8fbbf6459006c6e3dc3dda040b.zip |
Fix warnings: 'may be used uninitialized in this function'
icetime.cc: In member function ‘double TimingAnalysis::report(std::__cxx11::string)’:
icetime.cc:1095:15: warning: ‘last_time’ may be used uninitialized in this function [-Wmaybe-uninitialized]
fprintf(frpt, "%10.3f ns ..%7.3f ns %s\n", first_time, last_time, last_net.c_str());
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
icetime.cc:1095:15: warning: ‘first_time’ may be used uninitialized in this function [-Wmaybe-uninitialized]
Diffstat (limited to 'icetime/mktest.py')
0 files changed, 0 insertions, 0 deletions