mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-16 17:39:38 -07:00
* compiler warnings: adds SYSTEM to [target_]include_directories to skip warnings originating from dependencies * compiler warnings: uninitialized/unused variables, missing parenthesis, pragma * compiler warnings: redundant template type, missing curly braces, pass 0 instead of NULL as int argument * compiler warnings: removes fclose(fp) where fp==nullptr since fclose() has attribute __nonnull((1)) * compiler warnings: uninitialized variables, missing parentheses, missing curly braces * compiler warnings: ? as lower precedence than << * compiler warnings: unused variable * compiler warnings: unused result * compiler warnings: undefined/unused variable * compiler warnings: uninitialized variable |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| connect.cpp | ||
| normals.cpp | ||
| shared.cpp | ||
| stl.h | ||
| stl_io.cpp | ||
| stlinit.cpp | ||
| util.cpp | ||