Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commita2fd62d

Browse files
committed
Suppress GCC 6 warning about self-comparison
Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>
1 parent92d4294 commita2fd62d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/port/path.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,11 @@ skip_drive(const char *path)
8686
bool
8787
has_drive_prefix(constchar*path)
8888
{
89+
#ifdefWIN32
8990
returnskip_drive(path)!=path;
91+
#else
92+
return false;
93+
#endif
9094
}
9195

9296
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp