Skip to content

Commit

Permalink
Fix clang build
Browse files Browse the repository at this point in the history
Fix dixygen comment
Fix clang binary path
  • Loading branch information
ko-zu committed Sep 16, 2018
1 parent 7269fe6 commit 18b4a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/compress/hist.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 --- */
Expand Down

0 comments on commit 18b4a1d

Please sign in to comment.