Building clip as a dependency, and I'm running into some compiler warnings: - [ ] `comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long')`, in `clip_osx.mm:236:19` - [ ] Numerous `C4267: 'argument': conversion from 'size_t' to 'UINT', possible loss of data` warnings in `clip_win.cpp` - [ ] `'native_handle': unreferenced parameter` in `clip_none.cpp(22,24)` - [ ] `'len': unreferenced parameter` in `clip_none.cpp(52,55)` - [ ] `'name': unreferenced parameter` in `clip_none.cpp(86,43)` - [ ] Numerous shadow warnings, `declaration of 'atoms' shadows a member of 'clip::{anonymous}::Manager'` in `clip_x11.cpp` Would be nice if these were fixed. Thanks!
Building clip as a dependency, and I'm running into some compiler warnings:
comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long'), inclip_osx.mm:236:19C4267: 'argument': conversion from 'size_t' to 'UINT', possible loss of datawarnings inclip_win.cpp'native_handle': unreferenced parameterinclip_none.cpp(22,24)'len': unreferenced parameterinclip_none.cpp(52,55)'name': unreferenced parameterinclip_none.cpp(86,43)declaration of 'atoms' shadows a member of 'clip::{anonymous}::Manager'inclip_x11.cppWould be nice if these were fixed. Thanks!