You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
359 B

  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -61,7 +61,7 @@ COMMON_TESTING_PROTOBUF_FLAGS = $(COMMON
  4. # The generated protobuf files don't compile with -Werror on win32 so we
  5. # disable fatal warnings on WIN32.
  6. -if ! USING_WIN32
  7. +if USING_WIN32
  8. if FATAL_WARNINGS
  9. COMMON_CXXFLAGS += -Werror
  10. COMMON_PROTOBUF_CXXFLAGS += -Werror -Wno-error=unused-parameter \