We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48428a2 commit da61748Copy full SHA for da61748
src/myfnmatch.h
@@ -1,7 +1,6 @@
1
#ifndef MY_FNMATCH_H
2
#define MY_FNMATCH_H
3
#if defined(__APPLE__) || defined(__linux__) || defined(__unix__)
4
-#pragma warn "using system fnmatch"
5
#include <fnmatch.h>
6
#define HAS_FNMATCH
7
#else
0 commit comments