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