The pna-dpdk-header-union-stack1.p4 program results in the following warning:
...
pna-dpdk-header-union-stack1.p4(37): [--Wwarn=ignore-prop] warning: Result of 'hdr.h2[0].data = 16w1' is not defined: Error: Reading field from invalid header
hdr.h2[0].data = 1;
^
We should not have phrasing such as "Error: ..." in warning messages imo.
This is just one example but I think other warnings also have "Error: ..." in them.
The
pna-dpdk-header-union-stack1.p4
program results in the following warning:We should not have phrasing such as "Error: ..." in warning messages imo.
This is just one example but I think other warnings also have "Error: ..." in them.