projects
/
scm
/
code-review-bot-test.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b42188d
)
add ! in last line
tizen
author
Hewlett
<yhwi.kwon@samsung.com>
Mon, 17 Mar 2025 02:38:33 +0000
(11:38 +0900)
committer
Hewlett
<yhwi.kwon@samsung.com>
Mon, 17 Mar 2025 02:38:33 +0000
(11:38 +0900)
Change-Id: I1a4817c995e85101882f62f17d9393bd641d7764
toy.cpp
patch
|
blob
|
history
diff --git
a/toy.cpp
b/toy.cpp
index 27646bdbe87fc2578683e43fc95496ffd7fe3e39..e707460630409cbff609cd4fe69e8b6b12b7a175 100644
(file)
--- a/
toy.cpp
+++ b/
toy.cpp
@@
-121,5
+121,5
@@
int unreachable_code_no_path(int a) {
return ret;
ret = ret * a; // unreachable
}
return ret;
ret = ret * a; // unreachable
}
-/****************************************************************/
+/****************************************************************
!
/