Skip to content

Commit 29c68bd

Browse files
authored
Update tutorial01_answer.md: 告警 -> 警告
1 parent 3b8f312 commit 29c68bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial01_answer/tutorial01_answer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ static void test_parse() {
6969
}
7070
~~~
7171

72-
但要记得在上一级的测试函数 `test_parse()` 调用这函数,否则会不起作用。还好如果我们记得用 `static` 修饰这两个函数,编译器会发出告警
72+
但要记得在上一级的测试函数 `test_parse()` 调用这函数,否则会不起作用。还好如果我们记得用 `static` 修饰这两个函数,编译器会发出警告
7373

7474
~~~
7575
test.c:30:13: warning: unused function 'test_parse_true' [-Wunused-function]

0 commit comments

Comments
 (0)