Silence compiler warning about unused httpClient when explicitly building without update checks
This commit is contained in:
parent
7097adb8dc
commit
873681a3ef
@ -101,6 +101,7 @@ namespace cryfs_cli {
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
# warning Update checks are disabled. The resulting executable will not go online to check for newer versions or known security vulnerabilities.
|
# warning Update checks are disabled. The resulting executable will not go online to check for newer versions or known security vulnerabilities.
|
||||||
|
UNUSED(httpClient);
|
||||||
#endif
|
#endif
|
||||||
cout << endl;
|
cout << endl;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user