[Bug 38337] clang compiling warnings

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 26 22:19:27 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=38337

--- Comment #20 from Sergey Isakov <isakov-sl at bk.ru> ---
/Volumes/MacHD/Users/sergey/Documents/Projects/winehq/dlls/winemac.drv/cocoa_clipboard.m:163:45:
warning: null passed to a callee that requires a non-null argument [-Wnonnull]
                    ret = [NSBitmapImageRep
representationOfImageRepsInArray:reps
                                            ^
1 warning generated.
---------------------------------

/Volumes/MacHD/Users/sergey/Documents/Projects/winehq/dlls/winemac.drv/cocoa_window.m:1770:19:
warning: null passed to a callee that requires a non-null argument [-Wnonnull]
            [self windowDidResize:nil];
                  ^               ~~~
/Volumes/MacHD/Users/sergey/Documents/Projects/winehq/dlls/winemac.drv/cocoa_window.m:1949:27:
warning: null passed to a callee that requires a non-null argument [-Wnonnull]
                    [self windowDidResize:nil];
                          ^               ~~~
/Volumes/MacHD/Users/sergey/Documents/Projects/winehq/dlls/winemac.drv/cocoa_window.m:2848:15:
warning: null passed to a callee that requires a non-null argument [-Wnonnull]
        [self windowDidResize:nil];
              ^               ~~~
/Volumes/MacHD/Users/sergey/Documents/Projects/winehq/dlls/winemac.drv/cocoa_window.m:2864:15:
warning: null passed to a callee that requires a non-null argument [-Wnonnull]
        [self windowDidResize:nil];
              ^               ~~~
4 warnings generated.
---------------------------------------

I don't know the logic

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list