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
Fix static analysis warnings for variables that are assigned but never
used.
storage/ndb/test/src/UtilTransactions.cpp:286:16: warning: Although the
value stored to 'eof' is used in the enclosing expression, the value is
never actually read from 'eof' [clang-analyzer-deadcode.DeadStores]
Change-Id: I6d7b1fbae691a8d9750f57a8a11c2b12ff65041d
0 commit comments