1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0024974: GCC compiler warnings 'backslash inside comment'

Backslash at the end of the line within comment escaped by dot to avoid GCC warning
This commit is contained in:
abv 2014-05-29 16:39:13 +04:00 committed by apn
parent 2ad228f691
commit 774d889744
2 changed files with 8 additions and 8 deletions

View File

@ -46,9 +46,9 @@ is
-- \ Uo ^ \ U1 ^ -- \ Uo ^ \ U1 ^
-- \ | n \ | n -- \ | n \ | n
-- Surf ====\======|=== ====\======|=== -- Surf ====\======|=== ====\======|===
-- \ \ -- \ . \ .
-- \ \ -- \ . \ .
-- U1 \ Uo \ -- U1 \ . Uo \ .
-- --
-- --
-- ( In ) ( Out ) -- ( In ) ( Out )

View File

@ -55,11 +55,11 @@ is
-- the path is an exploration of the tree which contains -- the path is an exploration of the tree which contains
-- the connexions and their reverses. -- the connexions and their reverses.
-- if the tree of connexions is -- if the tree of connexions is
-- A -- A
-- / \ -- / |
-- B E -- B E
-- / \ \ -- / | |
-- C D F -- C D F
-- --
-- the path is A->B, B->C, C->B, B->D, D->B, B->A, A->E, -- the path is A->B, B->C, C->B, B->D, D->B, B->A, A->E,
-- E->F, F->E, E->A. -- E->F, F->E, E->A.