Skip to content

Compiler Warning Flags #95

Description

@RealEdwardS

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions