code cleanup: remove unused macros, commet some which may be useful later - or good to keep for completeness. quieted some warnings and add flags -Wmissing-include-dirs and -Wno-div-by-zero to cmake/gcc
This commit is contained in:
@@ -48,7 +48,9 @@
|
||||
#include "BKE_global.h"
|
||||
|
||||
|
||||
#define CLOTH_OPENMP_LIMIT 512
|
||||
#ifdef _OPENMP
|
||||
# define CLOTH_OPENMP_LIMIT 512
|
||||
#endif
|
||||
|
||||
#if 0 /* debug timing */
|
||||
#ifdef _WIN32
|
||||
|
||||
Reference in New Issue
Block a user