mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 21:25:13 +00: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…
Reference in New Issue
Block a user