klipper: GCC: Disable treating warnings as errors

This commit is contained in:
Markus Küffner
2026-02-28 23:40:53 +01:00
parent 04bd6f8b58
commit 859f00254f

View File

@@ -2,6 +2,8 @@
##
FROM python:3.12-trixie AS build
ENV CXXFLAGS="-Wno-error"
RUN apt update \
&& apt install -y cmake \
&& apt clean