Fix warning
This commit is contained in:
parent
201917d385
commit
29f0efbba5
@ -1,5 +1,6 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <stdexcept>
|
||||||
#include "GCrypt/Cipher.h"
|
#include "GCrypt/Cipher.h"
|
||||||
#include "GCrypt/Util.h"
|
#include "GCrypt/Util.h"
|
||||||
#include "GCrypt/InitializationVector.h"
|
#include "GCrypt/InitializationVector.h"
|
||||||
@ -64,7 +65,7 @@ namespace Leonetienne::GCrypt {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
throw std::runtime_error("Unreachable branch reached.");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user