aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-12-11 12:28:40 +0100
committerlemon <lsof@mailbox.org>2025-12-11 12:28:55 +0100
commite7671ddf611be4ab62deb1b6e2d0d3862c75dec6 (patch)
treeba32d3a706904b2ca0525d963c4d77152d671528 /common.h
parentf6e34f84e14ac5f272cb31e28e2f023acf702a99 (diff)
driver: add -Werror
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
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 */