mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
Quieten compiler warning.
This commit is contained in:
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user