]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
src: fix NDEBUG typo
authorMatan Breizman <mbreizma@redhat.com>
Mon, 26 May 2025 14:26:44 +0000 (14:26 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Wed, 25 Jun 2025 16:42:40 +0000 (19:42 +0300)
commit83a80c3f7afc01a2c18880cf355e43c5b6e63812
tree3c4d60a55803ab7b1d09fa5fc6d49ddf76dbd7e8
parent74e5df8a02ead36b66c2ae70ca3557cdee294ff7
src: fix NDEBUG typo

_NDEBUG is a typo for NDEBUG. Possibly confused with _DEBUG which is a
Visual Studio concept.
Include other instances as well in the repo.

Fixes: https://tracker.ceph.com/issues/71456
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(cherry picked from commit 36569bd2d4280640da4a950d5f5c9e0090c085a5)
src/crimson/osd/lsan_suppressions.cc
src/include/function2.hpp
src/osd/ReplicatedBackend.cc