Section 10.3.2 in the second sentence of the first paragraph makes the change in blue:
Calling a function as if it has no return value may result in a warning message.
Remove the second type of the return:
void = some_function();
Remove
the last paragraph of the section.