.gitlab-ci.yml: Set CMAKE_BUILD_TYPE=DEBUG
This fixes a some unused-argument warnings in src/parsedcommandfactory.cpp
and makes the build jobs in gitlab.ci.yml
set CMAKE_BUILD_TYPE
to DEBUG
, which will start treating warnings as errors.
This fixes a some unused-argument warnings in src/parsedcommandfactory.cpp
and makes the build jobs in gitlab.ci.yml
set CMAKE_BUILD_TYPE
to DEBUG
, which will start treating warnings as errors.