From e7671ddf611be4ab62deb1b6e2d0d3862c75dec6 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 11 Dec 2025 12:28:40 +0100 Subject: driver: add -Werror --- common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common.h') diff --git a/common.h b/common.h index d363038..ce7d604 100644 --- a/common.h +++ b/common.h @@ -129,6 +129,7 @@ struct option { bool trigraph; bool nocolor; bool pie, pic; + bool werror; union { struct { bool p : 1, /* after parsing */ -- cgit v1.2.3