projects
/
experiments
/
opencv_trail_effect.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
a089660
)
Makefile: fix warnings when compiling with clang++
author
Antonio Ospite <ao2@ao2.it>
Thu, 22 Oct 2015 09:06:31 +0000
(11:06 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Thu, 22 Oct 2015 09:06:31 +0000
(11:06 +0200)
Clang does not support some options and gives warnings:
warning: unknown warning option '-Wunsafe-loop-optimizations';
warning: unknown warning option '-Wunused-but-set-variable';
So add them only when the compiler is not clang.
No differences found