Commit b6ce8ac
committed
Add missing -Wmaybe-uninitialized pragma to recursive variant_storage_impl
The pragma added in the flat (10-member) specialization
for #55 is missing from the recursive (T1, T...)
specialization. GCC 14/15 at -O3 triggers the same
false positive here when deeply inlining constexpr
functions (e.g. system::result<url_view> construction).
Refs #551 parent b137164 commit b6ce8ac
1 file changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
628 | | - | |
| 628 | + | |
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| |||
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
638 | | - | |
| 638 | + | |
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
| |||
752 | 752 | | |
753 | 753 | | |
754 | 754 | | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
755 | 761 | | |
756 | 762 | | |
757 | 763 | | |
758 | 764 | | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
759 | 769 | | |
760 | 770 | | |
761 | 771 | | |
| |||
0 commit comments