From ec13574b19f1c880e62253fbb82376305ca141d9 Mon Sep 17 00:00:00 2001 From: narimiran Date: Fri, 16 Dec 2022 05:52:42 +0100 Subject: [PATCH] don't backport the change in compiler/nim.cfg --- compiler/nim.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/nim.cfg b/compiler/nim.cfg index d35c49e227..d87febc179 100644 --- a/compiler/nim.cfg +++ b/compiler/nim.cfg @@ -31,7 +31,3 @@ define:useStdoutAsStdmsg experimental:strictEffects warningAsError:Effect:on @end - -@if nimHasWarnBareExcept: - warningAserror[BareExcept]:on -@end