star-sf

Set of surface and volume scattering functions
git clone git://git.meso-star.fr/star-sf.git
Log | Files | Refs | README | LICENSE

commit 8084172850338aa5a819ddfdce67f057c8414f18
parent 78c3c7bd36ed5eaa3424987f90a897bfd4fd03e1
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  5 Oct 2016 17:03:29 +0200

Fix a warning on the CL compiler

Diffstat:
Msrc/test_ssf_utils.h | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/test_ssf_utils.h b/src/test_ssf_utils.h @@ -24,6 +24,10 @@ #include <stdio.h> +#ifdef COMPILER_CL + #pragma warning(disable:4324) /* Structre was padded due to alignment */ +#endif + /******************************************************************************* * Dummy BxDF type ******************************************************************************/