mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-18 15:01:24 +00:00
fixes #23001
This commit is contained in:
@@ -187,7 +187,7 @@ const
|
|||||||
warnAnyEnumConv: "$1",
|
warnAnyEnumConv: "$1",
|
||||||
warnHoleEnumConv: "$1",
|
warnHoleEnumConv: "$1",
|
||||||
warnCstringConv: "$1",
|
warnCstringConv: "$1",
|
||||||
warnPtrToCstringConv: "unsafe conversion to 'cstring' from '$1'; this will become a compile time error in the future",
|
warnPtrToCstringConv: "unsafe conversion to 'cstring' from '$1'; Use a `cast` operation like `cast[cstring](x)`; this will become a compile time error in the future",
|
||||||
warnEffect: "$1",
|
warnEffect: "$1",
|
||||||
warnCastSizes: "$1", # deadcode
|
warnCastSizes: "$1", # deadcode
|
||||||
warnAboveMaxSizeSet: "$1",
|
warnAboveMaxSizeSet: "$1",
|
||||||
|
|||||||
Reference in New Issue
Block a user