diff options
author | Teresa Johnson <tejohnson@google.com> | 2016-05-25 13:58:54 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2016-05-25 13:58:54 +0000 |
commit | c249167e9014ff6af79d4755965e1d8f79d7ae32 (patch) | |
tree | 456adb72a38148a26617c1b3eee1b35e15f02823 /lldb/packages/Python/lldbsuite/test/functionalities/command_script/main.cpp | |
parent | 748308ad351e5250b4e40f2a3dc5bad063caa605 (diff) | |
download | bcm5719-llvm-c249167e9014ff6af79d4755965e1d8f79d7ae32.tar.gz bcm5719-llvm-c249167e9014ff6af79d4755965e1d8f79d7ae32.zip |
Fix braced initializer list (NFC)
After r270617 I am getting an error when building:
projects/compiler-rt/lib/profile/InstrProfilingFile.c:33:36:
error: missing field 'PidChars' initializer
[-Werror,-Wmissing-field-initializers]
lprofFilename lprofCurFilename = {0};
^
Fix the aggregate initializer.
llvm-svn: 270697
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_script/main.cpp')
0 files changed, 0 insertions, 0 deletions