Skip to content

Commit 48c7d20

Browse files
committed
COMP: Ignore nfs future file modification warning
Many NFS mount points are slightly out of sync with the build computer. This cuases warnings that are not related to the actual codebase.
1 parent c6e2410 commit 48c7d20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CTestCustom.cmake.in

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
4141
# Warnings caused by string truncation in the test code. The truncation is
4242
# intentional
4343
"Character string truncated to length 1 on assignment"
44+
45+
# Warnings caused by NFS build directories have out-of-sync times
46+
"Warning: File .* has modification time .* in the future"
4447
)
4548

4649
# Only rung post test if suitable python interpreter was found

0 commit comments

Comments
 (0)