Cleanup: explicitly assigning value of variable to itself
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 18 Dec 2018 20:54:21 +0000 (15:54 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:19 +0000 (00:09 -0400)
commit3f6517d378f0259b8d2eeedf9736cab68bf13d0d
tree9c71774a793009805d5ce366704f3431d74bfad9
parent6672c9efe1e1ab04f22a8abbd77f8adb5bcefb0a
Cleanup: explicitly assigning value of variable to itself

This fixes the following warning on Clang:
  visitor-generate-ir.c:3487:17: error: explicitly assigning value of variable of type 'struct ctf_stream_class *' to itself [-Werror,-Wself-assign]
  stream_class = stream_class;
  ~~~~~~~~~~~~ ^ ~~~~~~~~~~~~

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
plugins/ctf/common/metadata/visitor-generate-ir.c
This page took 0.024588 seconds and 5 git commands to generate.