jyavenard

Untitled

Mar 31st, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. services/dvr.cpp:995:14: warning: variable 'sortingColumn' is used uninitialized
  2. whenever 'if' condition is false [-Wsometimes-uninitialized]
  3. else if (Sort.toLower() == "type")
  4. ^~~~~~~~~~~~~~~~~~~~~~~~
  5. services/dvr.cpp:999:41: note: uninitialized use occurs here
  6. Scheduler::GetAllScheduled(recList, sortingColumn, !Descending);
  7. ^~~~~~~~~~~~~
  8. services/dvr.cpp:995:10: note: remove the 'if' if its condition is always true
  9. else if (Sort.toLower() == "type")
  10. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11. services/dvr.cpp:988:5: note: variable 'sortingColumn' is declared here
  12. Scheduler::SchedSortColumn sortingColumn;
  13. ^
Advertisement
Add Comment
Please, Sign In to add comment