Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services/dvr.cpp:995:14: warning: variable 'sortingColumn' is used uninitialized
- whenever 'if' condition is false [-Wsometimes-uninitialized]
- else if (Sort.toLower() == "type")
- ^~~~~~~~~~~~~~~~~~~~~~~~
- services/dvr.cpp:999:41: note: uninitialized use occurs here
- Scheduler::GetAllScheduled(recList, sortingColumn, !Descending);
- ^~~~~~~~~~~~~
- services/dvr.cpp:995:10: note: remove the 'if' if its condition is always true
- else if (Sort.toLower() == "type")
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- services/dvr.cpp:988:5: note: variable 'sortingColumn' is declared here
- Scheduler::SchedSortColumn sortingColumn;
- ^
Advertisement
Add Comment
Please, Sign In to add comment