Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marvin Scholz
libaacs
Commits
fa1a705c
Commit
fa1a705c
authored
Dec 11, 2013
by
npzacs
Browse files
Hide warning (_mmc_check_aacs() is not used in Windows)
parent
306d7b8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libaacs/mmc.c
View file @
fa1a705c
...
...
@@ -496,6 +496,7 @@ static int _mmc_read_drive_key(MMC *mmc, uint8_t agid, uint8_t *drive_key_point,
}
#ifndef _WIN32
static
int
_mmc_check_aacs
(
MMC
*
mmc
)
{
uint8_t
buf
[
16
];
...
...
@@ -523,6 +524,7 @@ static int _mmc_check_aacs(MMC *mmc)
DEBUG
(
DBG_MMC
,
"_mmc_get_configuration() failed
\n
"
);
return
0
;
}
#endif
static
uint8_t
*
_mmc_read_mkb
(
MMC
*
mmc
,
uint8_t
agid
,
int
address
,
int
*
size
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment