You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing yarpgen (v1) with --std=c99 and OpenWatcom,
compilation breaks, because yarpgen (v1) is created an empty initializer list, which is a c23 feature.
(as example: driver.c, line 890 + 895: created with yarpgen1 --std=c99 -m 32 -s 135)
I added a feature request for OpenWatcom, but violating the c standard is a fault on the yarpgen side.
While testing yarpgen (v1) with --std=c99 and OpenWatcom,
compilation breaks, because yarpgen (v1) is created an empty initializer list, which is a c23 feature.
(as example: driver.c, line 890 + 895: created with yarpgen1 --std=c99 -m 32 -s 135)
I added a feature request for OpenWatcom, but violating the c standard is a fault on the yarpgen side.
Source and helper scripts attached: 00135.zip
xref to the report in OpenWatcom:
open-watcom/open-watcom-v2#1044
The text was updated successfully, but these errors were encountered: