X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fcursor.cpp;h=88c4ebfdca52172c12f609c1eba9c1cb0fee7018;hp=4fb4b65d9841deec2594422092997db66a386f01;hb=20f59e957e70250cfb876ac7a1743134d6b83339;hpb=762ab7a4b20928a784b2b3400ce748d901e32d2d diff --git a/pv/views/trace/cursor.cpp b/pv/views/trace/cursor.cpp index 4fb4b65..88c4ebf 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 {