mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 23:38:31 +00:00
Fix build in opt mode
This commit is contained in:
parent
a3ccc5af1f
commit
8b08e81a07
4 changed files with 10 additions and 0 deletions
1
third_party/sqlite3/btree.c
vendored
1
third_party/sqlite3/btree.c
vendored
|
@ -14,6 +14,7 @@
|
|||
** Including a description of file format and an overview of operation.
|
||||
*/
|
||||
#include "third_party/sqlite3/btreeInt.inc"
|
||||
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
||||
|
||||
/* clang-format off */
|
||||
|
||||
|
|
1
third_party/sqlite3/sqlite3session.c
vendored
1
third_party/sqlite3/sqlite3session.c
vendored
|
@ -3,6 +3,7 @@
|
|||
#include "libc/assert.h"
|
||||
#include "libc/str/str.h"
|
||||
#include "third_party/sqlite3/sqlite3session.inc"
|
||||
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
||||
|
||||
#ifndef SQLITE_AMALGAMATION
|
||||
#include "third_party/sqlite3/sqliteInt.inc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue