Skip to content

Commit cab90b3

Browse files
[diff.expr] Remove commentary about good practice in C (#8356)
1 parent e256ce2 commit cab90b3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/compatibility.tex

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2996,10 +2996,7 @@
29962996
\end{example}
29972997

29982998
\howwide
2999-
This is fairly widely used but it is good
3000-
programming practice to add the cast when assigning pointer-to-void to pointer-to-object.
3001-
Some C translators will give a warning
3002-
if the cast is not used.
2999+
Common.
30033000

30043001
\diffref{expr.arith.conv}
30053002
\change

0 commit comments

Comments
 (0)