You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider just ignoring every warning coming from the third_party folder.
I'm getting annoyed by lots and lots of warnings, especially on newer compilers/oses... I just tried clang 17 on an up-to-date mac 14.2.1 and the list is super duper long.
One random example:
/Users/julien/Software/Others/EnergyPlus/third_party/kiva/vendor/boost-1.77.0/boost/type_traits/has_trivial_copy.hpp:34:4: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
34 | BOOST_HAS_TRIVIAL_COPY(T) BOOST_TT_TRIVIAL_CONSTRUCT_FIX
Possible solution is to just bump to cmake 3.25, and change this line:
Issue overview
Consider just ignoring every warning coming from the
third_party
folder.I'm getting annoyed by lots and lots of warnings, especially on newer compilers/oses... I just tried clang 17 on an up-to-date mac 14.2.1 and the list is super duper long.
One random example:
Possible solution is to just bump to cmake 3.25, and change this line:
EnergyPlus/CMakeLists.txt
Line 262 in 8b79a80
to
https://cmake.org/cmake/help/latest/command/add_subdirectory.html
Details
Some additional details for this issue (if relevant):
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: