Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of file
This commit is contained in:
parent
4aa8df2871
commit
0a4f8956e6
|
@ -16,4 +16,5 @@ PyAPI_FUNC(int) PyErr_WarnExplicit(PyObject *, const char *, const char *, int,
|
|||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* !Py_WARNINGS_H */
|
||||
#endif /* !Py_WARNINGS_H */
|
||||
|
||||
|
|
Loading…
Reference in New Issue