File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 15
15
-----
16
16
17
17
- SConstruct : Support detection of OpenEXR versions with a patch version containing multiple digits.
18
-
18
+ - Fixed building with MSVC and Gaffer Dependencies 8.x.
19
19
20
20
10.5.6.0 (relative to 10.5.5.0)
21
21
========
Original file line number Diff line number Diff line change @@ -1174,7 +1174,9 @@ else:
1174
1174
# that "C4275 can be ignored if you are deriving from a type in the
1175
1175
# C++ Standard Library", which is the case
1176
1176
"/wd4275" ,
1177
+ "/wd4003" , # suppress warning "not enough arguments for function-like macro invocation 'BOOST_PP_SEQ_DETAIL_IS_NOT_EMPTY'"
1177
1178
"/D_CRT_SECURE_NO_WARNINGS" , # suppress warnings about getenv and similar
1179
+ "/DHAVE_SNPRINTF" , # Fixes error "multiple definitions of snprintf"
1178
1180
]
1179
1181
)
1180
1182
You can’t perform that action at this time.
0 commit comments