mirror of
https://github.com/NixOS/nix
synced 2025-06-28 01:11:15 +02:00
Shut up some warnings
This commit is contained in:
parent
382aa05ff7
commit
c32bba7489
2 changed files with 4 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
|
||||
#include "types.hh"
|
||||
|
||||
class sqlite3;
|
||||
class sqlite3_stmt;
|
||||
struct sqlite3;
|
||||
struct sqlite3_stmt;
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue