diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-06-22 12:01:43 +0200 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-06-23 07:14:12 -0500 |
commit | 0c5c2e39f9227825a4cd83a0df4efff25275e556 (patch) | |
tree | 00cf23305887dda1594f9b676e603e6275f08327 /host/lib/usrp | |
parent | a9395823ed450aefa1c2d0c894dbcf976264365e (diff) | |
download | uhd-0c5c2e39f9227825a4cd83a0df4efff25275e556.tar.gz uhd-0c5c2e39f9227825a4cd83a0df4efff25275e556.tar.bz2 uhd-0c5c2e39f9227825a4cd83a0df4efff25275e556.zip |
lib: deps: Upgrade vendor version of Pybind11 to 2.6.1
- Copied include/pybind11 directory over from source repo
- Also re-ran remove_comments.py as before
This fixes this warning on newer Python libraries:
.../internals.h: 200:9: warning: 'PyEval_InitThreads' is deprecated
[-Wdeprecated-declarations]
PyEval_InitThreads();
^
/usr/include/python3.9/ceval.h:130:1: note: 'PyEval_InitThreads' has
been explicitly marked deprecated here
Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
^
/usr/include/python3.9/pyport.h:508:54: note: expanded from macro
'Py_DEPRECATED'
#define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
It also obviates the need for patches to Pybind11 to silence clang
warnings.
Diffstat (limited to 'host/lib/usrp')
0 files changed, 0 insertions, 0 deletions