Merge pull request #2819 from jriwanek-forks/warnfixes

More compile warning fixes
This commit is contained in:
Miran Grča
2022-11-06 23:57:16 +01:00
committed by GitHub
9 changed files with 20 additions and 17 deletions

View File

@@ -13,8 +13,12 @@
* Copyright 2022 RichardG.
*/
// clang-format off
#ifndef _LARGEFILE_SOURCE
#define _LARGEFILE_SOURCE
#endif
#ifndef _LARGEFILE64_SOURCE
#define _LARGEFILE64_SOURCE
#endif
#define __STDC_FORMAT_MACROS
#include <ctype.h>
#include <inttypes.h>