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
I see the following clang warnings when compiling Firefox with Xcode 8.3's clang version:
media/libnestegg/src/nestegg.c:1077:8 [-Wsometimes-uninitialized] variable 'r' is used uninitialized whenever switch case is taken
media/libnestegg/src/nestegg.c:1078:8 [-Wsometimes-uninitialized] variable 'r' is used uninitialized whenever switch case is taken
The text was updated successfully, but these errors were encountered:
We added a workaround for this in 4b0190a and then removed it again in b74db1c because Clang's static analysis starting complaining about it, although restoring 4b0190a doesn't cause it to complain locally now.
I see the following clang warnings when compiling Firefox with Xcode 8.3's clang version:
The text was updated successfully, but these errors were encountered: