Skip to content
Snippets Groups Projects
  1. Mar 13, 2017
  2. Mar 06, 2017
    • Pádraig Brady's avatar
      support -Werror=format-security · 38a3428b
      Pádraig Brady authored
      Fedora now enables this option by default, resulting
      in the following build failure:
      
      Logging.h: In instantiation of
      'void pzstd::Logger::operator()(int, const char*, Args ...)
      Pzstd.cpp:413:48:   required from here
      Logging.h:46:17: error: format not a string literal and no format arguments
      [-Werror=format-security]
           std::fprintf(out_, fmt, args...);
           ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
      38a3428b
  3. Jan 27, 2017
Loading