mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
Quieten compiler warning.
(This used to be commit eb5d1a72dc9dc35997d39f8778ee98163b8cce32)
This commit is contained in:
parent
5b5453e6c7
commit
6fa6b607c9
@ -25,6 +25,13 @@
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
/* This symbol is used in both config.h and Python.h which causes an
|
||||
annoying compiler warning. */
|
||||
|
||||
#ifdef HAVE_FSTAT
|
||||
#undef HAVE_FSTAT
|
||||
#endif
|
||||
|
||||
/* This module is supposed to be standalone, however for portability
|
||||
it would be good to use the FUNCTION_MACRO preprocessor define. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user