OrcaSlicer/src/admesh
Dipl.-Ing. Raoul Rubien, BSc 3ecca6116d
fixes compiler warnings (#9619)
* 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
2025-06-14 21:05:25 +08:00
..
CMakeLists.txt Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
connect.cpp Revert "Fix Compile Warnings (#5963)" 2024-08-12 00:00:20 +08:00
normals.cpp Revert "Fix Compile Warnings (#5963)" 2024-08-12 00:00:20 +08:00
shared.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
stl.h Merge some changes from BS 1.9 (#4994) 2024-04-14 22:07:00 +08:00
stl_io.cpp Merge some changes from BS 1.9 (#4994) 2024-04-14 22:07:00 +08:00
stlinit.cpp fixes compiler warnings (#9619) 2025-06-14 21:05:25 +08:00
util.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00