--- rpl/src/interface_cas.cpp 2014/04/25 07:37:34 1.40 +++ rpl/src/interface_cas.cpp 2014/05/17 14:06:48 1.41 @@ -19,7 +19,6 @@ ================================================================================ */ - #ifdef RPLCAS // Giac inclut et définit sem_t. Or l'émulation @@ -30,7 +29,12 @@ # define _SEMAPHORE_H_ # endif +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wstrict-aliasing" +# pragma GCC diagnostic ignored "-Wunused-parameter" +# pragma GCC diagnostic ignored "-Wempty-body" # include "giac.h" +# pragma GCC diagnostic pop # undef PACKAGE # undef PACKAGE_NAME @@ -696,7 +700,6 @@ interface_cas(struct_processus *s_etat_p } return; - #else if (s_etat_processus->langue == 'F')