diff --git a/src/nix-eval-jobs.cc b/src/nix-eval-jobs.cc index 0429529..d1dd7a6 100644 --- a/src/nix-eval-jobs.cc +++ b/src/nix-eval-jobs.cc @@ -27,12 +27,6 @@ using namespace nix; using namespace nlohmann; -// Safe to ignore - the args will be static. -#ifdef __GNUC__ -#pragma GCC diagnostic ignored "-Wnon-virtual-dtor" -#elif __clang__ -#pragma clang diagnostic ignored "-Wnon-virtual-dtor" -#endif static MyArgs myArgs; typedef std::function state, Bindings &autoArgs,