X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fcursor.cpp;h=88c4ebfdca52172c12f609c1eba9c1cb0fee7018;hb=572c3bb71a824b15442ed63c600e77517c6ae411;hp=4fb4b65d9841deec2594422092997db66a386f01;hpb=1573bf16ba50d1c023ad3a9ce596f0ab6eaeacff;p=pulseview.git diff --git a/pv/views/trace/cursor.cpp b/pv/views/trace/cursor.cpp index 4fb4b65d..88c4ebfd 100644 --- a/pv/views/trace/cursor.cpp +++ b/pv/views/trace/cursor.cpp @@ -34,7 +34,7 @@ #include #include -using std::abs; // Force usage of std::abs() instead of C's abs(). +using std::abs; // NOLINT. Force usage of std::abs() instead of C's abs(). using std::shared_ptr; namespace pv {