You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As tflags are documented as optional in the costructor of LMDB::Txn ($Txn = LMDB::Txn->new ( $Env [, $tflags ] )) the $tflags constructor argument should be defaulted to 0 to avoid the tedious warning about uninitialized value in bitwise.
The text was updated successfully, but these errors were encountered:
annibale-x
changed the title
$tflags should be defaulted to 0 to avoid warnings about uninitialized value $tflags in bitwise
$tflags should be defaulted to avoid warnings about uninitialized value $tflags in bitwise
Nov 9, 2023
annibale-x
changed the title
$tflags should be defaulted to avoid warnings about uninitialized value $tflags in bitwise
$tflags should be defaulted to 0 avoid warnings about uninitialized value $tflags in bitwise
Nov 9, 2023
annibale-x
changed the title
$tflags should be defaulted to 0 avoid warnings about uninitialized value $tflags in bitwise
$tflags should be defaulted to 0 to avoid warnings about uninitialized value $tflags in bitwise
Nov 9, 2023
https://github.com/salortiz/LMDB_File/blob/328a572c5db9c8edfa40e7269bd8d1fdf738b377/lib/LMDB_File.pm#L148C27-L148C27
As
tflags
are documented as optional in the costructor of LMDB::Txn ($Txn = LMDB::Txn->new ( $Env [, $tflags ] )
) the$tflags
constructor argument should be defaulted to 0 to avoid the tedious warning about uninitialized value in bitwise.The text was updated successfully, but these errors were encountered: