mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-03 03:02:28 +00:00
Fix MODE=optlinux and MODE=tiny builds
This commit is contained in:
parent
5660ec4741
commit
0602ff6bab
12 changed files with 75 additions and 36 deletions
3
third_party/pcre/pcre2_compile.c
vendored
3
third_party/pcre/pcre2_compile.c
vendored
|
@ -8169,7 +8169,10 @@ if (*code == OP_CBRA)
|
|||
capitem.number = capnumber;
|
||||
capitem.next = cb->open_caps;
|
||||
capitem.assert_depth = cb->assert_depth;
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wdangling-pointer"
|
||||
cb->open_caps = &capitem;
|
||||
#pragma GCC diagnostic pop
|
||||
}
|
||||
|
||||
/* Offset is set zero to mark that this bracket is still open */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue