commit 804e292e11dda2128f22d63c3a16e809589e3d55
parent 66bab09cfbdf417103e0ebabcd1925de180e7662
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Mon, 22 Jun 2026 11:43:13 +0200
Get rid of MS Windows compile flags
Solstice solver can no longer be compiled natively under MS Windows.
This step is just about cleaning up the code.
Diffstat:
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/src/ssol_mc_receiver.c b/src/ssol_mc_receiver.c
@@ -21,11 +21,6 @@
#include <rsys/double3.h>
#include <star/s3d.h>
-#ifdef COMPILER_CL
- #pragma warning(push)
- #pragma warning(disable:4706) /* Assignment within a condition */
-#endif
-
/*******************************************************************************
* Exported functions
******************************************************************************/
@@ -171,8 +166,3 @@ ssol_mc_shape_get_mc_primitive
return RES_OK;
}
-
-#ifdef COMPILER_CL
- #pragma warning(pop)
-#endif
-