about summary refs log tree commit diff
path: root/third_party/nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix')
-rw-r--r--third_party/nix/src/libstore/sqlite.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/libstore/sqlite.hh b/third_party/nix/src/libstore/sqlite.hh
index c0bc70bfc1..cad78aed45 100644
--- a/third_party/nix/src/libstore/sqlite.hh
+++ b/third_party/nix/src/libstore/sqlite.hh
@@ -45,7 +45,7 @@ struct SQLiteStmt {
 
    private:
     SQLiteStmt& stmt;
-    unsigned int curArg = 1;
+    int curArg = 1;
     Use(SQLiteStmt& stmt);
 
    public: