We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6082a9a commit a50e112Copy full SHA for a50e112
1 file changed
pdal/filters/PythonFilter.cpp
@@ -41,6 +41,10 @@
41
#include <pdal/util/ProgramArgs.hpp>
42
#include <pdal/util/FileUtils.hpp>
43
44
+#if defined(snprintf)
45
+#undef snprintf
46
+#endif
47
+
48
namespace pdal
49
{
50
0 commit comments