From c94647aecad6ed7fd12152800437a6cda11e06e6 Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 10 Jul 2019 12:42:23 +0200 Subject: styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error --- lib/system/cellsets.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/system/cellsets.nim') diff --git a/lib/system/cellsets.nim b/lib/system/cellsets.nim index 7712681bc..c73c84f52 100644 --- a/lib/system/cellsets.nim +++ b/lib/system/cellsets.nim @@ -154,7 +154,7 @@ proc contains(s: CellSet, cell: PCell): bool = else: result = false -proc incl(s: var CellSet, cell: PCell) {.noinline.} = +proc incl(s: var CellSet, cell: PCell) = var u = cast[uint](cell) var t = cellSetPut(s, u shr PageShift) u = (u mod PageSize) div MemAlign -- cgit 1.4.1-2-gfad0