index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coccinelle
/
typecast.cocci
blob: be2183ee4f597ae12d33eb8cb2c3400f8da4e816 (
plain
) (
tree
)
ac4e29f100
^
1
2
3
4
5
6
7
// Remove useless casts @@ type T; T v; @@ - (T *)&v + &v