Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

build: set -Werror #126

Description

@t-bre

Description

Compilers should be set to error on warnings.

Rationale: build caching means that a warning can appear once when you build the file, and then not appear again until you clean the build system. This makes it easier for warnings to slip through. Theoretically the linter should catch it, but it's better to be safe.

If we can find a way to make cmake remember previous warnings and print them out again that would be a reasonable alternative.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildBuild and toolchain

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions