diff options
author | Simon Bünzli <zeniko@gmail.com> | 2014-12-12 15:55:20 +0100 |
---|---|---|
committer | Simon Bünzli <zeniko@gmail.com> | 2014-12-12 15:55:20 +0100 |
commit | 064e998fb4fbf3cb41f743db246bd641a74ea0ba (patch) | |
tree | 7f6748c46f62b77f5bc38801b89e543a82b809fc /platform/ios/Classes/MuTextSelectView.h | |
parent | 7a19d8991c492b654797b6629c7d8e5316e91630 (diff) | |
download | mupdf-064e998fb4fbf3cb41f743db246bd641a74ea0ba.tar.xz |
prevent warning C4090
MSVC complains about using const char** as argument to qsort or free
which both expects pointers to (pointers to)* non-const values. Adding
type casts fixes the warning.
Diffstat (limited to 'platform/ios/Classes/MuTextSelectView.h')
0 files changed, 0 insertions, 0 deletions