We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5407b6 commit fc00dffCopy full SHA for fc00dff
src/jdk.pack/share/native/common-unpack/constants.h
@@ -203,7 +203,7 @@ enum {
203
AO_HAVE_FIELD_FLAGS_HI = 1<<10,
204
AO_HAVE_METHOD_FLAGS_HI = 1<<11,
205
AO_HAVE_CODE_FLAGS_HI = 1<<12,
206
- AO_UNUSED_MBZ = (-1)<<13, // options bits reserved for future use.
+ AO_UNUSED_MBZ = (int)((~0U)<<13), // options bits reserved for future use.
207
208
#define ARCHIVE_BIT_DO(F) \
209
F(AO_HAVE_SPECIAL_FORMATS) \
0 commit comments