UmlautSoftwareDevelopmentAccount / AP-Functional-Cluster-Template

The template repository for Adaptive Platform Functional Cluster
MIT License
2 stars 10 forks source link

Add missing compiler flags. #8

Closed bburda closed 4 years ago

bburda commented 4 years ago

Currently, we use default compiler flags (except for using c++20). We must do some analysis, what flags should we use by default in each functional cluster, and add them.

One of them is -Wall. For now, we consider only GCC 10.0+

slci commented 4 years ago

17 adds some default warnings via Meson config, please check whether it's needed to be extended.