From c8c81a5985c63eff121ad2e2bb528604f514b64c Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 4 May 2015 13:02:38 -0700 Subject: [PATCH] Fix #212 --- src/constants.d | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.d b/src/constants.d index d20cf5b..a33cde1 100644 --- a/src/constants.d +++ b/src/constants.d @@ -124,6 +124,7 @@ immutable string[] predefinedVersions = [ "D_PIC", "DragonFlyBSD", "D_SIMD", + "D_Warnings", "D_SoftFloat", "D_Version2", "D_X32",