diff --git a/intern/mantaflow/intern/MANTA_main.cpp b/intern/mantaflow/intern/MANTA_main.cpp index 0bf67cf1ea3..0b7f9b2590e 100644 --- a/intern/mantaflow/intern/MANTA_main.cpp +++ b/intern/mantaflow/intern/MANTA_main.cpp @@ -2982,6 +2982,7 @@ bool MANTA::updateGridsFromUni(string filename, vector grids) return false; } assert(expectedBytes == readBytes); + (void)expectedBytes; if (with_debug) cout << "Fluid: Read successfully: " << filename << endl;