Commit 15e9a1a
committed
Silence warnings in imported code
These components use coding practices that trigger warnings included in
-Wall. However, they are not indicative of an issue in these cases.
-Waddress: PRINT_BYTE_ARRAY macro tests for null pointer, but calling
code ensures it's not null (warning is "will never be null").
-Wunused-function: quote3_error_to_aesm_error is defined, but it's only
referenced in code that is wrapped in "#if 0".
PiperOrigin-RevId: 255022467
Change-Id: I655d151b5b2c588c242f6b4363a1c675f36355a91 parent 408001f commit 15e9a1a
File tree
2 files changed
+4
-2
lines changed- asylo/distrib
- sgx_x86_64
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
230 | 231 | | |
231 | 232 | | |
232 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3126 | 3126 | | |
3127 | 3127 | | |
3128 | 3128 | | |
3129 | | - | |
| 3129 | + | |
3130 | 3130 | | |
3131 | 3131 | | |
3132 | 3132 | | |
| |||
3447 | 3447 | | |
3448 | 3448 | | |
3449 | 3449 | | |
| 3450 | + | |
3450 | 3451 | | |
3451 | 3452 | | |
3452 | 3453 | | |
| |||
0 commit comments