diff options
author | Pavel Labath <pavel@labath.sk> | 2020-01-10 13:38:03 +0100 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2020-01-10 13:43:05 +0100 |
commit | c88e298b69409e35e35ab601592197f5a2bc1c30 (patch) | |
tree | 9ed7eecdb927fe6e8a80acc5ea54c49750aad09f /lldb/packages/Python/lldbsuite/test/commands/command/script/callables.py | |
parent | 57a51b689e7b99c694a028104b0b5a69b80fd002 (diff) | |
download | bcm5719-llvm-c88e298b69409e35e35ab601592197f5a2bc1c30.tar.gz bcm5719-llvm-c88e298b69409e35e35ab601592197f5a2bc1c30.zip |
[lldb] Surpress "bitfield too small" gcc warning
Gcc produces this (technically correct) warning when storing an
explicitly-sized enum in a bitfield. Surpress that by changing the type
of the bitfield to an integer. The same approach is used elsewhere in
llvm (e.g. 56b5eab12).
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/script/callables.py')
0 files changed, 0 insertions, 0 deletions