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)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commitc2ec0d650a655f9dc73138cf6b9e685b4389be3d
tree9c71774a793009805d5ce366704f3431d74bfad9
parente54986cfdbdbd50d3908af27d446eeec5c145090
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.025139 seconds and 4 git commands to generate.