comctl32: Drop 'inline' from a function using sigsetjmp.

Michael Stefaniuc mstefani at redhat.de
Mon Oct 31 15:45:55 CDT 2011


---
-Winline
dlls/comctl32/imagelist.c:3598: warning: function ‘is_valid’ can never
be inlined because it uses setjmp



 dlls/comctl32/imagelist.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c
index 8716483..ed69a71 100644
--- a/dlls/comctl32/imagelist.c
+++ b/dlls/comctl32/imagelist.c
@@ -3603,7 +3603,7 @@ static const IImageListVtbl ImageListImpl_Vtbl = {
     ImageListImpl_GetOverlayImage
 };
 
-static inline BOOL is_valid(HIMAGELIST himl)
+static BOOL is_valid(HIMAGELIST himl)
 {
     BOOL valid;
     __TRY
-- 
1.7.4.4



More information about the wine-patches mailing list