Handle warnings as errors by dkovba · Pull Request #271 · apple/containerization

@dkovba

@dkovba

crosbymichael

@dkovba dkovba deleted the dkovba/warnings-as-errors branch

August 28, 2025 15:33

dkovba added a commit to apple/container that referenced this pull request

Sep 10, 2025
To handle warnings as errors when building, use make. To allow warnings,
use make WARNINGS_AS_ERRORS=false test.

Also see apple/containerization#271.