Skip to content

Resolve "NOMINMAX redifinition"

Julien WAECHTER requested to merge 168-nominmax-redifinition into dev

What does this MR do?

  • NOMINMAX is defined twice (in fw-boost.cmake and in fwRuntime/dl/Win32.hpp)
  • a warning C4005 is displayed each time this file is used 😩

How to test it?

Build fwRuntime on Windows with BinPkgs 😉

Data

No data required

Some results

If the patch works, the warning warning C4005: 'NOMINMAX'... has disappeared

Closes #168 (closed)

Edited by Julien WAECHTER

Merge request reports