-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Warning in C++ code #311
Copy link
Copy link
Closed
Labels
P4This is either out of scope or we don't have bandwidth to review a PR. (No assignee)This is either out of scope or we don't have bandwidth to review a PR. (No assignee)good first issuetype: feature request
Description
This is after the CROSSTOOL change to enable -Wall, on a mac (no -Werror yet):
third_party/ijar/zip.cc:251:8: warning: private field 'zipdata_out_mapped_' is not used [-Wunused-private-field]
u1 * zipdata_out_mapped_; // start of still mapped region
^
1 warning generated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P4This is either out of scope or we don't have bandwidth to review a PR. (No assignee)This is either out of scope or we don't have bandwidth to review a PR. (No assignee)good first issuetype: feature request