Skip to content
  • Taylor Yu's avatar
    Don't disable an unsupported compiler warning · a8bdb851
    Taylor Yu authored
    Conditionalize the pragma that temporarily disables
    -Wunused-const-variable.  Some versions of gcc don't support it.  We
    need to do this because of an apparent bug in some libzstd headers.
    Fixes bug 26785; bugfix on 0.3.2.11.
    a8bdb851