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>
Fri, 12 Apr 2019 21:26:17 +0000 (17:26 -0400)
commit1ba215fccd1b46fbacab8fdbf8ded5839fc33418
tree918f676f46dbca69c31dd755c11aeb56723f8da3
parente5825dd9abbf17dd7479c314596f2f9b2e9beaa8
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.027723 seconds and 5 git commands to generate.