mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-07 08:50:05 +01:00
Remove some compilation warnings.
This commit is contained in:
@@ -38,9 +38,9 @@
|
||||
#include "libcryptsetup.h"
|
||||
#include "internal.h"
|
||||
|
||||
int crypt_getpagesize(void)
|
||||
unsigned crypt_getpagesize(void)
|
||||
{
|
||||
return (int)sysconf(_SC_PAGESIZE);
|
||||
return (unsigned)sysconf(_SC_PAGESIZE);
|
||||
}
|
||||
|
||||
static int get_alignment(int fd)
|
||||
|
||||
Reference in New Issue
Block a user