mirror of
https://github.com/triqs/dft_tools
synced 2024-12-25 05:43:40 +01:00
pytream : add pragma to remove warning
- usual char * in python
This commit is contained in:
parent
f1c32012a6
commit
cbf6092956
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user