caffe
caffe copied to clipboard
Allow building Caffe with warnings-as-errors disabled
Fix for #304
This PR adds a CMake flag -DWARNING_AS_ERROR which controls this behaviour. It defaults to ON so that users who are unaware of this feature will see no difference in behaviour.