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
Is your feature request related to a problem? Please describe.
The old make-way to build ls1 featured lots of warning flags. Apparently, we did not really port this to CMake therefore there have been many new ones.
Describe the solution you'd like
Add -Wall to the CMake target.
Exclude super spammy warnings (e.g. copy from AutoPas)
Silence warnings from dependencies.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The old
make
-way to build ls1 featured lots of warning flags. Apparently, we did not really port this toCMake
therefore there have been many new ones.Describe the solution you'd like
-Wall
to theCMake
target.Describe alternatives you've consideredAdditional contextThe text was updated successfully, but these errors were encountered: