mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 19:52:47 -05:00
Squash unused parameter warning
This commit is contained in:

committed by
Michał Trojnara

parent
4b6027a4f7
commit
76bb06bf7e
3
cab.c
3
cab.c
@ -556,6 +556,9 @@ static void cab_update_data_size(FILE_FORMAT_CTX *ctx, BIO *outdata, PKCS7 *p7)
|
|||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* squash the unused parameter warning */
|
||||||
|
(void)ctx;
|
||||||
|
|
||||||
if (!p7) {
|
if (!p7) {
|
||||||
/* CMD_REMOVE
|
/* CMD_REMOVE
|
||||||
* additional header does not exist so additional data size is unused */
|
* additional header does not exist so additional data size is unused */
|
||||||
|
Reference in New Issue
Block a user