diff --git a/.github/workflows/run_test_vs.yml b/.github/workflows/run_test_vs.yml index 0c7568f..c5b94ae 100644 --- a/.github/workflows/run_test_vs.yml +++ b/.github/workflows/run_test_vs.yml @@ -28,4 +28,4 @@ jobs: - name: Build and Run C++ application run: | - g++ -std=c++11 -Wall ${{ matrix.define }} -I ./python_numpy -I ./base_matrix -I ./external_libraries/python_math_to_cpp/base_math -I ./external_libraries/base_utility_cpp/base_utility -I ./test_vs/MCAP_tester/include -o ./test_vs/app ./test_vs/test_vs_main.cpp && ./test_vs/app + g++ -std=c++11 -Wall -Werror ${{ matrix.define }} -I ./python_numpy -I ./base_matrix -I ./external_libraries/python_math_to_cpp/base_math -I ./external_libraries/base_utility_cpp/base_utility -I ./test_vs/MCAP_tester/include -o ./test_vs/app ./test_vs/test_vs_main.cpp && ./test_vs/app diff --git a/external_libraries/base_utility_cpp b/external_libraries/base_utility_cpp index 05fdcd2..fd949fd 160000 --- a/external_libraries/base_utility_cpp +++ b/external_libraries/base_utility_cpp @@ -1 +1 @@ -Subproject commit 05fdcd2909e406b31938b109b9f23b895739e8df +Subproject commit fd949fde22ee7b66d7d37be336b77bd6a04ffb30 diff --git a/external_libraries/python_math_to_cpp b/external_libraries/python_math_to_cpp index bf48d9f..13d1217 160000 --- a/external_libraries/python_math_to_cpp +++ b/external_libraries/python_math_to_cpp @@ -1 +1 @@ -Subproject commit bf48d9fc79a0130f1e20ff146a6ab2666e816370 +Subproject commit 13d1217c1945a9971b26cb2366e55dcb72442e33