icestorm/icetime
Michael Buesch 9f48587713 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]
2019-04-30 22:08:47 +02:00
..
.gitignore Added/improved support for mxe-based win32 cross builds 2016-02-14 13:47:27 +01:00
Makefile icetime: Split timing 'get_delay' functions per device 2019-03-20 11:38:36 +01:00
cells.v icetime progress 2016-01-01 00:32:28 +01:00
icetime.cc Fix warnings: 'may be used uninitialized in this function' 2019-04-30 22:08:47 +02:00
iceutil.cc icetime: Add support for searching for chipdb relative to binary 2018-09-03 23:11:26 +10:00
mktest.py icefuzz improvements (hacks for sbtimer device info) 2016-01-16 12:35:04 +01:00
show.sh Renamed IceBox .txt files to .asc files 2016-01-01 15:08:41 +01:00
timings.py icetime: Split timing 'get_delay' functions per device 2019-03-20 11:38:36 +01:00