mirror of
https://github.com/triqs/dft_tools
synced 2025-01-12 22:18:23 +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 "./py_stream.hpp"
|
||||||
#include "../utility/exceptions.hpp"
|
#include "../utility/exceptions.hpp"
|
||||||
|
|
||||||
|
#pragma clang diagnostic ignored "-Wdeprecated-writable-strings"
|
||||||
|
#pragma GCC diagnostic ignored "-Wwrite-strings"
|
||||||
|
|
||||||
namespace triqs {
|
namespace triqs {
|
||||||
|
|
||||||
using py_tools::pyref;
|
using py_tools::pyref;
|
||||||
|
Loading…
Reference in New Issue
Block a user