You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
Currently, unless the user builds Caffe with -DCODE_COVERAGE=ON, the CMakefile hard-codes the -Werror flag to the compiler. This means that the build is breaking for trivial reasons.
I can understand wanting to have zero compiler warnings for releases, and I think this is a sensible default, but if I want to build with warnings, the only way is to edit the CMakefile, which is not ideal.
The text was updated successfully, but these errors were encountered:
Currently, unless the user builds Caffe with -DCODE_COVERAGE=ON, the CMakefile hard-codes the -Werror flag to the compiler. This means that the build is breaking for trivial reasons.
I can understand wanting to have zero compiler warnings for releases, and I think this is a sensible default, but if I want to build with warnings, the only way is to edit the CMakefile, which is not ideal.
The text was updated successfully, but these errors were encountered: