Kaydet (Commit) 4c55588c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wshift-sign-overflow

Change-Id: I1ed8f81d52e9792d1511caa41da4ff9163ed0f92
üst 7c8164a8
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
struct RSHEADER_TYPE; struct RSHEADER_TYPE;
typedef sal_uInt32 RESOURCE_TYPE; typedef sal_uInt32 RESOURCE_TYPE;
#define RSC_NOTYPE 0x100 #define RSC_NOTYPE 0x100
#define RSC_DONTRELEASE (sal_uInt32(1 << 31)) #define RSC_DONTRELEASE (sal_uInt32(1U << 31))
class ResMgr; class ResMgr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment