From d1ba72a0fe5e8deabc6f94cd7bf97a030438c7ee Mon Sep 17 00:00:00 2001 From: Marcus Müller <mmueller@gnuradio.org> Date: Mon, 18 Jan 2021 12:42:33 +0100 Subject: clang-tidy: run full .clang-tidy on C++17 codebase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit run /usr/share/clang/run-clang-tidy.py -checks=file '-header-filter=.*' -fix .. from build directory. Then, clang-format -i $(git diff --name-only origin/master) to clang-format changed files. Then, refresh all header hashes in pybind bindings (*/python/bindings/*.cc) Signed-off-by: Marcus Müller <mmueller@gnuradio.org> --- gr-fec/lib/async_decoder_impl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-fec/lib/async_decoder_impl.cc') diff --git a/gr-fec/lib/async_decoder_impl.cc b/gr-fec/lib/async_decoder_impl.cc index 10d4524d47..a886372ed3 100644 --- a/gr-fec/lib/async_decoder_impl.cc +++ b/gr-fec/lib/async_decoder_impl.cc @@ -14,8 +14,8 @@ #include "async_decoder_impl.h" #include <gnuradio/io_signature.h> -#include <stdio.h> #include <volk/volk.h> +#include <cstdio> namespace gr { namespace fec { -- cgit v1.2.3