diff options
author | Joseph Heenan <joseph@emobix.co.uk> | 2014-10-04 08:08:57 -0500 |
---|---|---|
committer | Joseph Heenan <joseph@emobix.co.uk> | 2014-10-04 08:11:35 -0500 |
commit | 39ee719d76c9c3522a0e51d2507f826bf9692a80 (patch) | |
tree | 55ab3a7276283e1a86deaa0059caf1dbf7c7c4be /platform/ios/Classes/MuTextFieldController.h | |
parent | 9268b59ffcb5e5a276324d692c9d63c0e2f1e3ce (diff) | |
download | mupdf-39ee719d76c9c3522a0e51d2507f826bf9692a80.tar.xz |
Avoid redefinition warning from clang when building cmapdump.c
In file included from scripts/cmapdump.c:19:
scripts/../source/fitz/ftoa.c:30:23: warning: redefinition of typedef 'ulong' is a C11 feature [-Wtypedef-redefinition]
typedef unsigned long ulong;
^
scripts/../source/fitz/strtod.c:30:23: note: previous definition is here
typedef unsigned long ulong;
^
1 warning generated.
(Apparently in earlier versions of clang this is an error.)
Diffstat (limited to 'platform/ios/Classes/MuTextFieldController.h')
0 files changed, 0 insertions, 0 deletions