mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
added -Wextra -Werror and fixed everything it had to mecker about
This commit is contained in:
@@ -32,7 +32,10 @@ Key::Key() {
|
||||
|
||||
Key::Key(bool generate) {
|
||||
stored = false;
|
||||
K = pcpkey_new();
|
||||
if(generate)
|
||||
K = pcpkey_new();
|
||||
else
|
||||
K = NULL;
|
||||
}
|
||||
|
||||
Key::Key(const string& passphrase) {
|
||||
|
||||
Reference in New Issue
Block a user