-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mihai Budiu <mbudiu@vmware.com>
- Loading branch information
Mihai Budiu
committed
Mar 5, 2023
1 parent
cf00059
commit 747cb7d
Showing
3 changed files
with
9 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
[--Wwarn=uninitialized_use] warning: addr_0 may not be completely initialized | ||
[--Wwarn=uninitialized_use] warning: addr_0 may not be completely initialized | ||
[--Wwarn=uninitialized_use] warning: addr_0 may not be completely initialized | ||
[--Wwarn=uninitialized_use] warning: addr_0 may not be completely initialized | ||
issue1897-bmv2.p4(40): [--Wwarn=uninitialized_use] warning: addr_0 may not be completely initialized | ||
out addr_t addr) { | ||
^^^^ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
[--Wwarn=uninitialized_use] warning: b_0 may be uninitialized | ||
issue3051.p4(4): [--Wwarn=uninitialized_use] warning: b_0 may be uninitialized | ||
control MyC(@optional inout bool b) { | ||
^ |
15 changes: 3 additions & 12 deletions
15
testdata/p4_16_samples_outputs/parser-inline/parser-inline-test13.p4-stderr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
[--Wwarn=uninitialized_use] warning: hdr_0 may not be completely initialized | ||
[--Wwarn=uninitialized_use] warning: hdr_0 may not be completely initialized | ||
[--Wwarn=uninitialized_use] warning: hdr_0 may not be completely initialized | ||
[--Wwarn=uninitialized_use] warning: hdr_0 may not be completely initialized | ||
[--Wwarn=uninitialized_use] warning: hdr_0 may not be completely initialized | ||
[--Wwarn=uninitialized_use] warning: hdr_0 may not be completely initialized | ||
[--Wwarn=uninitialized_use] warning: hdr_0 may not be completely initialized | ||
[--Wwarn=uninitialized_use] warning: hdr_0 may not be completely initialized | ||
[--Wwarn=uninitialized_use] warning: hdr_0 may not be completely initialized | ||
[--Wwarn=uninitialized_use] warning: hdr_0 may not be completely initialized | ||
[--Wwarn=uninitialized_use] warning: hdr_0 may not be completely initialized | ||
[--Wwarn=uninitialized_use] warning: hdr_0 may not be completely initialized | ||
parser-inline-test13.p4(32): [--Wwarn=uninitialized_use] warning: hdr_0 may not be completely initialized | ||
out headers hdr, | ||
^^^ |