diff options
| author | 2025-12-11 12:28:40 +0100 | |
|---|---|---|
| committer | 2025-12-11 12:28:55 +0100 | |
| commit | e7671ddf611be4ab62deb1b6e2d0d3862c75dec6 (patch) | |
| tree | ba32d3a706904b2ca0525d963c4d77152d671528 /common.h | |
| parent | f6e34f84e14ac5f272cb31e28e2f023acf702a99 (diff) | |
driver: add -Werror
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -129,6 +129,7 @@ struct option { bool trigraph; bool nocolor; bool pie, pic; + bool werror; union { struct { bool p : 1, /* after parsing */ |