K 10 svn:author V 6 marino K 8 svn:date V 27 2015-02-21T13:03:23.460969Z K 7 svn:log V 264 databases/rocksdb: Remove -Werror from flags RocksDB defines a number of variables it doesn't use, so it fails Werror on modern compilers that check for this. Remove the -Werror flag from the Makefile with sed since we are using it anyway. Approved by: blanket END