Skip to content

Commit da61748

Browse files
committed
remove '#pragma warn' directive - it's not being recognized by most compilers and just causes them to print multiple warnings
1 parent 48428a2 commit da61748

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/myfnmatch.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#ifndef MY_FNMATCH_H
22
#define MY_FNMATCH_H
33
#if defined(__APPLE__) || defined(__linux__) || defined(__unix__)
4-
#pragma warn "using system fnmatch"
54
#include <fnmatch.h>
65
#define HAS_FNMATCH
76
#else

0 commit comments

Comments
 (0)