Under GNU C, sizeof(void) = 1. This commit simply uses uint8_t. Pointer arithmetics over void types is: * A GNU C extension * Not supported by Clang * Illegal across all ISO C standards See also: https://gcc.gnu.org/onlinedocs/gcc/Pointer-Arith.html Signed-off-by: Mark Ruvald Pedersen <mped@oticon.com> |
||
|---|---|---|
| .. | ||
| nffs_area.c | ||
| nffs_block.c | ||
| nffs_cache.c | ||
| nffs_crc.c | ||
| nffs_dir.c | ||
| nffs_file.c | ||
| nffs_flash.c | ||
| nffs_format.c | ||
| nffs_gc.c | ||
| nffs_hash.c | ||
| nffs_inode.c | ||
| nffs_misc.c | ||
| nffs_path.c | ||
| nffs_restore.c | ||
| nffs_write.c | ||
| nffs.c | ||