You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/pybind11/detail/non_limited_api.h
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,12 @@ typedef void Py_buffer_;
56
56
57
57
usingnamespacedetail;
58
58
59
-
#ifdef__clang__
60
-
// warning: 'pybind11NLA_error_fetch_and_normalize_format_value_and_trace' has C-linkage specified, but returns user-defined type 'std::string' (aka 'basic_string<char>') which is incompatible with C [-Wreturn-type-c-linkage]
59
+
#if defined(__clang__)
60
+
// warning: 'X' has C-linkage specified, but returns user-defined type 'std::string' (aka 'basic_string<char>') which is incompatible with C [-Wreturn-type-c-linkage]
0 commit comments