Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove ancient hack.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 11 Jan 2023 08:38:10 +0000 (09:38 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 11 Jan 2023 12:36:38 +0000 (13:36 +0100)
src/bindings/python/simgrid_python.cpp

index a7207af..62c395a 100644 (file)
@@ -3,20 +3,11 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#if defined(__GNUG__)
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wunused-value"
-#endif
-
 #include <pybind11/pybind11.h> // Must come before our own stuff
 
 #include <pybind11/functional.h>
 #include <pybind11/stl.h>
 
-#if defined(__GNUG__)
-#pragma GCC diagnostic pop
-#endif
-
 #include "simgrid/kernel/ProfileBuilder.hpp"
 #include "simgrid/kernel/routing/NetPoint.hpp"
 #include <simgrid/Exception.hpp>