diff --git a/compiler/options.nim b/compiler/options.nim index 3cc2899d7045b..4cb0f55a30fe2 100644 --- a/compiler/options.nim +++ b/compiler/options.nim @@ -428,7 +428,8 @@ template newPackageCache*(): untyped = proc newProfileData(): ProfileData = ProfileData(data: newTable[TLineInfo, ProfileInfo]()) -const foreignPackageNotesDefault* = {hintProcessing, warnUnknownMagic, hintQuitCalled, hintExecuting} +const foreignPackageNotesDefault* = { + hintProcessing, warnUnknownMagic, hintQuitCalled, hintExecuting, hintUser, warnUser} proc newConfigRef*(): ConfigRef = result = ConfigRef(