RTimothyEdwards / qflow

Qflow full end-to-end digital synthesis flow for ASIC designs
183 stars 36 forks source link

Many compiler warnings that look important #5

Open yurivict opened 4 years ago

yurivict commented 4 years ago

clang-8 prints a lot of warnings for the version , see the full log: https://people.freebsd.org/~yuri/qflow.log

For example:

readlef.c:3118:18: warning: equality comparison result unused [-Wunused-comparison]
                lefl->lefClass == CLASS_IGNORE;
                ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~