mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-27 21:35:10 +00:00
new db_sqlite requires deadCodeElim:on because not every sqlite3_column_name
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
##
|
||||
## theDb.close()
|
||||
|
||||
{.deadCodeElim:on.}
|
||||
|
||||
import strutils, sqlite3
|
||||
|
||||
import db_common
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
discard """
|
||||
file: "tissue1642.nim"
|
||||
disabled: true
|
||||
"""
|
||||
block:
|
||||
var i = 0
|
||||
proc p() = inc(i)
|
||||
Reference in New Issue
Block a user