diff options
author | Bert <ber.t@gmx.com> | 2011-01-30 16:39:16 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-01-30 16:39:16 +0100 |
commit | 03bfe1015e7e67104c2872bdcf085b1315b24a4c (patch) | |
tree | 4ec7420d3fe84106bb37e4329af92aca9b041543 /options.h | |
parent | e2d9463375db0ba0ac1bb62c1573715c3a084346 (diff) |
Explicitly enable printing of warnings
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ typedef struct options_s { int winw; int winh; unsigned char fullscreen; + + unsigned char warn; } options_t; extern const options_t *options; |