Fix internal compiler error when building with VS 2017 (15.9.3).

It doesn't like alignment for function arguments, and I don't think this
alignment is needed.

Solution found by Ray Molenkamp.
This commit is contained in:
Brecht Van Lommel 2018-11-29 16:41:10 +01:00
parent b00819bcca
commit 2c154399a2

@ -26,7 +26,7 @@
CCL_NAMESPACE_BEGIN
enum ccl_try_align(16) ProfilingEvent : uint32_t {
enum ProfilingEvent : uint32_t {
PROFILING_UNKNOWN,
PROFILING_RAY_SETUP,
PROFILING_PATH_INTEGRATE,