mirror of https://github.com/CGAL/cgal
comment matches code
This commit is contained in:
parent
357d6258f5
commit
bdc9546907
|
|
@ -44,7 +44,7 @@ print_testresult()
|
||||||
# grep -E means "extended regular expressions".
|
# grep -E means "extended regular expressions".
|
||||||
# All those three options are in the Single Unix Specification version 3
|
# All those three options are in the Single Unix Specification version 3
|
||||||
|
|
||||||
# The extended regular expression '[^a-zA-Z_,]warning matches any
|
# The extended regular expression '[^a-zA-Z_,:-]warning matches any
|
||||||
# string "warning" preceded with a letter that is not a letter or '_'
|
# string "warning" preceded with a letter that is not a letter or '_'
|
||||||
# or ',' or ':'. That avoids some false positives such as
|
# or ',' or ':'. That avoids some false positives such as
|
||||||
# '-read_only_relocs,warning' or '-D_CRT_SECURE_NO_WARNINGS', or
|
# '-read_only_relocs,warning' or '-D_CRT_SECURE_NO_WARNINGS', or
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue