From 0c196e316cf6f34dbacccf6e650b12a43a2fd392 Mon Sep 17 00:00:00 2001 From: Piotr Oleksa Date: Wed, 23 Jul 2025 10:19:02 +0200 Subject: [PATCH] Delete Warnings compile on clang macOS --- .DS_Store | Bin 0 -> 6148 bytes Dependencies/.DS_Store | Bin 0 -> 6148 bytes Dependencies/nlohmann/json.hpp | 21 ++++++++++++++++++--- 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 .DS_Store create mode 100644 Dependencies/.DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..1a71ec066cb84ddc2b51a8f6e31509ef46f84416 GIT binary patch literal 6148 zcmeHK%Wl&^6upxNi78ZBfYc3=CALv$38InMBx$m!L|D`a7J!0X2Wr*zM6p9EMUk?G zf8ZC`@+JHWD>!#%Dmf07V1p2v8{IkcxMwnR#-8yIk?7CE1EK~I)!~eln@E0P+|Isb zB~!Bl6snK#IF_eDEQ76BTVWNj3jBKt@Vi^3faVlYO!@bhw}c+N^+TB&`Ys*OhghG{`qK65kn>_mRyS!kLPR(BPHJHXxn(gm@ z6Qy#cdZSizYCE+z-kDr@nV-$mzCU}#rRP${!ByT5UPP0{xN+x5CYc{4lbIq!;RGSC zUq(qN7kxQT!c=iR-QYNNXWZCZF58bgP50nod)0K8old*yK58GXR!;ry{RdA@#^>=x zB0nnCNMLtVcH7_;d_v}0T|RiTB$f&5$oySsbqVb+pka*s7&)nwjEfqIdx+1kn?vsq zI|IYVTD7odX9d-Hr9bCZx`y>V#%d4g8F@4;MDrTuqsxfu(P%SD@a#56af1GOcn(Iu z7DiKe-qg7B{Z=triQo1NzZd#O(b^v>V4li4?*Z1V0#*U5KwbgfA6z(N*Wg;C+B%S^ zD*&*9YGugthXZq5gI$Abjc9=hO$BPIFjowr>8N*2T-V@Qqo$KEmk(k7S(qD&Q2&np zT@_BEtI?)b0jt2K0%cun@cBQy{{Fv7vL&m4Rp7r;KvV|appPk;vvq57eAc?~w{SL& oTWeGlB<46)89s{l;L6bEat7EnxYmdonEen?GT6i_@K+W135=S@egFUf literal 0 HcmV?d00001 diff --git a/Dependencies/.DS_Store b/Dependencies/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..3341a8c38429635336ca9f1c25c5ff90e657c90e GIT binary patch literal 6148 zcmeHK%}N6?5T3Nv?jk}D3OxqA7XK<*@Uqr=@al>lRO+rRy0|9NAA2Z;J?q1G^+|jk zok>zrt9a8QGcfrk$;@u@C1er+5cPg*4WI-79x7qZ$Kng2e$olaxt0Q=FyB!7slJF) z9Z&dj!*nu0Yc~UJNZ=C7_v=SnVh45k#fTZc2MSWqa0NFIq5awa@hAUy(7kp0<0-yP zlWuQy^;zWdg_+r6(J#&w&%!G`2zybl->pZT6RI6*oyKE3ijR`^pjlej)v6aIs@*XG zNvn-6r^ktE=|NrhRjX@aL)+o|p5H8$hr{Y-ts>XftD}k>)@s#?+^BAiM!vVWw6cBB zyiRYFzBe-kfjipByu&d(pfSP2UD#2nR+rc}jvMNd{uzFtdm)D0~qxG;qNT{3-*l DN#SN_ literal 0 HcmV?d00001 diff --git a/Dependencies/nlohmann/json.hpp b/Dependencies/nlohmann/json.hpp index 06da815..7817023 100644 --- a/Dependencies/nlohmann/json.hpp +++ b/Dependencies/nlohmann/json.hpp @@ -36,7 +36,9 @@ SOFTWARE. #include // all_of, find, for_each #include // assert +#ifndef __APPLE__ #include // and, not, or +#endif #include // nullptr_t, ptrdiff_t, size_t #include // hash, less #include // initializer_list @@ -58,7 +60,9 @@ SOFTWARE. #include // transform #include // array +#ifndef __APPLE__ #include // and, not +#endif #include // forward_list #include // inserter, front_inserter, end #include // map @@ -2177,8 +2181,9 @@ class other_error : public exception // #include - +#ifndef __APPLE__ #include // not +#endif #include // size_t #include // conditional, enable_if, false_type, integral_constant, is_constructible, is_integral, is_same, remove_cv, remove_reference, true_type @@ -2242,8 +2247,9 @@ constexpr T static_const::value; // #include - +#ifndef __APPLE__ #include // not +#endif #include // numeric_limits #include // false_type, is_constructible, is_integral, is_same, true_type #include // declval @@ -2814,7 +2820,9 @@ struct is_constructible_tuple> : conjunction // array +#ifndef __APPLE__ #include // and +#endif #include // size_t #include // uint8_t #include // string @@ -3263,7 +3271,9 @@ constexpr const auto& from_json = detail::static_const::va #include // copy +#ifndef __APPLE__ #include // or, and, not +#endif #include // begin, end #include // string #include // tuple, get @@ -9298,8 +9308,9 @@ template struct internal_iterator // #include - +#ifndef __APPLE__ #include // not +#endif #include // iterator, random_access_iterator_tag, bidirectional_iterator_tag, advance, next #include // conditional, is_const, remove_const @@ -12634,7 +12645,9 @@ class binary_writer #include // reverse, remove, fill, find, none_of #include // array #include // assert +#ifndef __APPLE__ #include // and, or +#endif #include // localeconv, lconv #include // labs, isfinite, isnan, signbit #include // size_t, ptrdiff_t @@ -12650,7 +12663,9 @@ class binary_writer #include // array #include // assert +#ifndef __APPLE__ #include // or, and, not +#endif #include // signbit, isfinite #include // intN_t, uintN_t #include // memcpy, memmove