mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-25 00:13:46 +08:00
Remove extraneous semicolon (-pedantic warning)
This commit is contained in:
parent
a62b3a07ba
commit
3ae5bd787f
@ -116,7 +116,7 @@
|
||||
extern "C" {
|
||||
struct _Py_atomic_address { void *value; };
|
||||
PyAPI_DATA(_Py_atomic_address) _PyThreadState_Current;
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
#define PYBIND11_TRY_NEXT_OVERLOAD ((PyObject *) 1) // special failure return code
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user