Details
-
Admin & Maintenance Task
-
Status: Done
-
Medium
-
Resolution: Fixed
-
5.6.x, 5.7.x, 8.0.x
-
None
-
None
Description
1. Remove PerconaFT suppression for the `-Wno-address-of-packed-member` warning
2. Fix -Wmisleading-indentation warning:
/percona-5.6/storage/myisam/mi_rkey.c:189:5: error: misleading indentation; statement is not part of the previous 'else' [-Werror,-Wmisleading-indentation]
info->set_rnext_same_key= TRUE;
3. Fix -Werror issue:
/percona-5.7/storage/rocksdb/rocksdb/util/channel.h:35:33: error: no matching constructor for initialization of 'std::lock_guard<std::mutex>' std::lock_guard<std::mutex> lk(lock_);