3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-24 13:23:37 +01:00

pytream : add pragma to remove warning

- usual char * in python
This commit is contained in:
Olivier Parcollet 2014-06-12 13:18:26 +02:00
parent f1c32012a6
commit cbf6092956

View File

@ -22,6 +22,9 @@
#include "./py_stream.hpp"
#include "../utility/exceptions.hpp"
#pragma clang diagnostic ignored "-Wdeprecated-writable-strings"
#pragma GCC diagnostic ignored "-Wwrite-strings"
namespace triqs {
using py_tools::pyref;