Commit 29f818f0 authored by Broderick Gardner's avatar Broderick Gardner Committed by Brian Christiansen
Browse files

Replace zero initializer with memset in nvml

Since the struct has an array, Clang complains about the use
of {0}. We decided to replace that with memset.

Bug 7096
parent 62578dcc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment