Fix warning

This commit is contained in:
Leonetienne 2022-05-22 12:31:48 +02:00
parent 201917d385
commit 29f0efbba5
No known key found for this signature in database
GPG Key ID: C33879CD92E9708C

View File

@ -1,5 +1,6 @@
#include <iostream>
#include <vector>
#include <stdexcept>
#include "GCrypt/Cipher.h"
#include "GCrypt/Util.h"
#include "GCrypt/InitializationVector.h"
@ -64,7 +65,7 @@ namespace Leonetienne::GCrypt {
}
}
throw std::runtime_error("Unreachable branch reached.");
}
/*