From 18b4a1da618dd40fc9384120ff8205e9d239b896 Mon Sep 17 00:00:00 2001 From: ko-zu Date: Sun, 16 Sep 2018 10:27:02 +0900 Subject: [PATCH] Fix clang build Fix dixygen comment Fix clang binary path --- Makefile | 2 +- lib/compress/hist.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e29f0f749..a17900450 100644 --- a/Makefile +++ b/Makefile @@ -215,7 +215,7 @@ gcc6test: clean clangtest: clean clang -v - $(MAKE) all CXX=clang-++ CC=clang MOREFLAGS="-Werror -Wconversion -Wno-sign-conversion -Wdocumentation" + $(MAKE) all CXX=clang++ CC=clang MOREFLAGS="-Werror -Wconversion -Wno-sign-conversion -Wdocumentation" armtest: clean $(MAKE) -C $(TESTDIR) datagen # use native, faster diff --git a/lib/compress/hist.h b/lib/compress/hist.h index 788470da7..8b1991a90 100644 --- a/lib/compress/hist.h +++ b/lib/compress/hist.h @@ -50,7 +50,7 @@ size_t HIST_count(unsigned* count, unsigned* maxSymbolValuePtr, const void* src, size_t srcSize); -unsigned HIST_isError(size_t code); /*< tells if a return value is an error code */ +unsigned HIST_isError(size_t code); /**< tells if a return value is an error code */ /* --- advanced histogram functions --- */ -- 2.47.2