Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KSSHAskPass
Merge requests
!1
Pacify c++ compiler warnings
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Jan Paul Batrina
requested to merge
jbatrina/ksshaskpass:pacify-cpp-warnings
into
master
Jun 03, 2020
Overview
1
Commits
1
Changes
1
auto_ptr was deprecated in favor of unique_ptr and 0 should not be used as a substitute for nullptr.