Fix compiler warning on macos
This commit is contained in:
parent
f0db047316
commit
00d0f81bd9
@ -57,9 +57,7 @@ void DataIngestionLayer::Init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Derive from our the current module if we're reading ciphertext or not
|
// Derive from our the current module if we're reading ciphertext or not
|
||||||
if (
|
if (Configuration::activeModule == Configuration::MODULE::DECRYPTION) {
|
||||||
(Configuration::activeModule == Configuration::MODULE::DECRYPTION)
|
|
||||||
) {
|
|
||||||
isReadingCiphertext = true;
|
isReadingCiphertext = true;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user