Blender Git Loki
Git Commits -> Revision dfe50ef
Revision dfe50ef by Sergey Sharybin (master) November 9, 2020, 14:43 (GMT) |
Fluid: Fix strict compiler warning Proper way to check for DEBUG_PRINT is to do `if defined` check rather than `if`: this is because in non-debug builds the symbol is not defined. |
Commit Details:
Full Hash: dfe50ef2d84263c3470011eaba60ca45e4684b67
Parent Commit: 4d544d6
Committed By: Sebastián Barschkis
Lines Changed: +5, -2
1 Modified Path:
/source/blender/blenkernel/intern/fluid.c (+5, -2) (Diff)