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

Michael Stefaniuc mstefani at redhat.de
Mon Oct 31 15:49:48 CDT 2011


---
-Winline
dlls/ole32/moniker.c:172: warning: function ‘rot_entry_delete’ can never
be inlined because it uses setjmp



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

diff --git a/dlls/ole32/moniker.c b/dlls/ole32/moniker.c
index 395b21f..91f0499 100644
--- a/dlls/ole32/moniker.c
+++ b/dlls/ole32/moniker.c
@@ -168,7 +168,7 @@ static HRESULT create_stream_on_mip_ro(const InterfaceData *mip, IStream **strea
     return CreateStreamOnHGlobal(hglobal, TRUE, stream);
 }
 
-static inline void rot_entry_delete(struct rot_entry *rot_entry)
+static void rot_entry_delete(struct rot_entry *rot_entry)
 {
     if (rot_entry->cookie)
     {
-- 
1.7.4.4



More information about the wine-patches mailing list