mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 13:03:44 +00:00
some warnings fixes
This commit is contained in:
@ -381,6 +381,7 @@ bool AFLLTOPass::runOnModule(Module &M) {
|
||||
bool HasStr2 = getConstantStringInfo(Str2P, TmpStr);
|
||||
if (TmpStr.empty())
|
||||
HasStr2 = false;
|
||||
(void) HasStr2 /* never read */
|
||||
else
|
||||
Str2 = TmpStr.str();
|
||||
|
||||
|
Reference in New Issue
Block a user