From 43365105ef371a31b0adbc8bd9716bbad9f09b5f Mon Sep 17 00:00:00 2001 From: Alexey Prokhin Date: Tue, 10 Jan 2012 21:46:40 +0400 Subject: [PATCH] Forgotten changes from 875ebcf --- dmd/mars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmd/mars.h b/dmd/mars.h index ac6a72ea..3dc5f193 100644 --- a/dmd/mars.h +++ b/dmd/mars.h @@ -182,7 +182,7 @@ struct Param bool useSwitchError; // check for switches without a default bool useUnitTests; // generate unittest code bool useInline; // inline expand functions - bool warnings; // enable warnings + ubyte warnings; // enable warnings ubyte Dversion; // D version number // 1: warnings as errors // 2: informational warnings (no errors)