BioDynaMo / biodynamo

BioDynaMo is a high-performance and modular, agent-based simulation platform.
Apache License 2.0
95 stars 46 forks source link

Extend macOS CI #351

Open TobiasDuswald opened 10 months ago

TobiasDuswald commented 10 months ago

Add the following flags to macOS CI to test more rigorously for compiler warnings:

cmake -DCMAKE_CXX_FLAGS="-Wall -Wextra -Wpedantic -Werror -fsanitize=address -fsanitize=undefined [-Wno-error=unused-parameter]" .. 

and fix possible errors.