blender/intern/guardedalloc
Campbell Barton 66dee44088 CMake: quiet references to undeclared variable warnings
These warnings can reveal errors in logic, so quiet them by checking
if the features are enabled before using variables or by assigning
empty strings in some cases.

- Check CMAKE_THREAD_LIBS_INIT is set before use as CMake docs
  note that this may be left unset if it's not needed.
- Remove BOOST/OPENVDB/VULKAN references when disable.
- Define INC_SYS even when empty.
- Remove PNG_INC from freetype (not defined anywhere).
2023-01-19 17:10:42 +11:00
..
cpp File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
intern Allocator: improve protection against false sharing 2023-01-06 13:04:49 +01:00
test/simpletest File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
tests Cleanup: replace C-style casts with functional casts for numeric types 2022-09-26 09:53:49 +10:00
CMakeLists.txt CMake: quiet references to undeclared variable warnings 2023-01-19 17:10:42 +11:00
MEM_guardedalloc.h Fix T102225: Crash opening menus 2022-11-03 14:32:04 +01:00