[neurun] Enable compile option Wall/Wextra/Werror (#2517)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 30 Aug 2018 07:51:27 +0000 (16:51 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 30 Aug 2018 07:51:27 +0000 (16:51 +0900)
commit8843ab7ad7be339f70de4da779e75683bc589fbf
tree76c019a5a30105f356c4aa1b30c514d9e0017c81
parent29b19315e7e1d805e2df8922cc44b36e6e66a61c
[neurun] Enable compile option Wall/Wextra/Werror (#2517)

To keep our code clean, let us introduce those compile options.

- Wall : Enable most(not exactly all) of compiler warnings
- Wextra : Enable extra compiler warnings
- Werror : Treat warnings as error

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
include/util/feature/IndexIterator.h
runtimes/neurun/CMakeLists.txt
runtimes/neurun/src/codegen/Planner.cc
runtimes/neurun/src/frontend/compilation.cc
runtimes/neurun/src/frontend/execution.cc
runtimes/neurun/src/graph/operand/Set.cc
runtimes/neurun/src/internal/Sink.h
runtimes/neurun/src/internal/Source.h