https://github.com/Microsoft/CNTK
Revision 3a35b6f6c7afcced94bfa72f0253fd8d4a778f3a authored by Yang Chen on 17 August 2018, 21:29:37 UTC, committed by Yang Chen on 17 August 2018, 22:09:40 UTC
-pedantic options is not an option that can be ignored.
GCC 6.x and above issued warnings (and hence errors) while building
CNTK:

  error: pedantic is not an option that controls warnings.
1 parent 9040c9d
Raw File
Tip revision: 3a35b6f6c7afcced94bfa72f0253fd8d4a778f3a authored by Yang Chen on 17 August 2018, 21:29:37 UTC
pedantic option cannot be ignored
Tip revision: 3a35b6f
.gitmodules
[submodule "Source/Multiverso"]
	path = Source/Multiverso
	url = https://github.com/Microsoft/Multiverso
[submodule "external/gsl"]
	path = external/gsl
	url = https://github.com/Microsoft/GSL.git
	branch = d846fe5
[submodule "Source/CNTKv2LibraryDll/proto/onnx/onnx_repo"]
	path = Source/CNTKv2LibraryDll/proto/onnx/onnx_repo
	url = https://github.com/onnx/onnx.git
back to top