Commit 5b880c9
committed
pkg/csource: remove C23 embed built-in defines
The new C23 embed built-in defines cause build errors in executor with
GCC 15.
<stdin>:3:9: error: ‘__STDC_EMBED_NOT_FOUND__’ redefined [-Werror]
<built-in>: note: this is the location of the previous definition
<stdin>:4:9: error: ‘__STDC_EMBED_FOUND__’ redefined [-Werror]
<built-in>: note: this is the location of the previous definition
<stdin>:5:9: error: ‘__STDC_EMBED_EMPTY__’ redefined [-Werror]
<built-in>: note: this is the location of the previous definition
Signed-off-by: Alexander Egorenkov <eaibmz@gmail.com>1 parent 874a138 commit 5b880c9
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
139 | 142 | | |
140 | 143 | | |
141 | 144 | | |
| |||
0 commit comments