Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7b425a5

Browse filesBrowse files
committed
Blacklist port/win32_msvc/utime.h in cpluspluscheck and headerscheck.
Since commit 481c8e9 it tends to produce "error: sys/utime.h: No such file or directory" on non-Windows platforms.
1 parent 90051cd commit 7b425a5
Copy full SHA for 7b425a5

File tree

Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed

‎src/tools/pginclude/cpluspluscheck

Copy file name to clipboardExpand all lines: src/tools/pginclude/cpluspluscheck
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ do
7474
test "$f" = src/include/port/win32_port.h && continue
7575
test "$f" = src/include/port/win32/sys/socket.h && continue
7676
test "$f" = src/include/port/win32_msvc/dirent.h && continue
77+
test "$f" = src/include/port/win32_msvc/utime.h && continue
7778
test "$f" = src/port/pthread-win32.h && continue
7879

7980
# Likewise, these files are platform-specific, and the one

‎src/tools/pginclude/headerscheck

Copy file name to clipboardExpand all lines: src/tools/pginclude/headerscheck
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ do
7070
test "$f" = src/include/port/win32_port.h && continue
7171
test "$f" = src/include/port/win32/sys/socket.h && continue
7272
test "$f" = src/include/port/win32_msvc/dirent.h && continue
73+
test "$f" = src/include/port/win32_msvc/utime.h && continue
7374
test "$f" = src/port/pthread-win32.h && continue
7475

7576
# Likewise, these files are platform-specific, and the one

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.