summaryrefslogtreecommitdiffstats
path: root/src/corelib/plugin
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2021-08-31 09:46:48 -0700
committerThiago Macieira <thiago.macieira@intel.com>2021-10-04 21:00:41 -0700
commitb07345504c7a5537bb09b1d5763ca192eaeaf067 (patch)
treed2712bb5a9732e92d4f8cea1f2d5d038ed89acd4 /src/corelib/plugin
parent0e100a4d892cbdcdb7f326213ec1e4d0d1ae6d89 (diff)
QHash: suppress annoying GCC warning about allocation size too big
GCC is right, the maximum memory allocation is half the VM size, not the full VM size or multiple times that. QHashPrivate::Span is big. qhash.h:552:17: warning: argument 1 value ‘18446744073709551615’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] Change-Id: Ie72b0dd0fbe84d2caae0fffd16a071ffb5d0c70f Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/corelib/plugin')
0 files changed, 0 insertions, 0 deletions