tibirna / qgit

Official git repository for QGit.
Other
175 stars 68 forks source link

Don't cast away const #52

Closed mwoehlke closed 6 years ago

mwoehlke commented 6 years ago

Fix some C-style casts to not pointlessly strip away const-ness. This avoids tripping -Wcast-qual.