mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Fix possible unused args.
This commit is contained in:
@ -1350,9 +1350,12 @@ static int _SaveDerAndPem(const byte* der, int derSz,
|
||||
#endif /* WOLFSSL_DER_TO_PEM */
|
||||
|
||||
/* suppress unused variable warnings */
|
||||
(void)der;
|
||||
(void)derSz;
|
||||
(void)filePem;
|
||||
(void)fileDer;
|
||||
(void)pemType;
|
||||
(void)errBase;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user