From 3ae5bd787fb107d98f4071b489ff83861a393e59 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Fri, 17 Jun 2016 22:29:10 +0100 Subject: [PATCH] Remove extraneous semicolon (-pedantic warning) --- include/pybind11/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pybind11/common.h b/include/pybind11/common.h index 560be4331..daafa7dd9 100644 --- a/include/pybind11/common.h +++ b/include/pybind11/common.h @@ -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