summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2018-02-08 17:11:32 +0000
committerErich Keane <erich.keane@intel.com>2018-02-08 17:11:32 +0000
commitfa3e722597543b11ad7f2e21bf774db720244b58 (patch)
tree437b9af7382273f3bddae3aa4b6852a16560192d /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
parent6aafc8b30816e234deb5c395b7f8476e615a3ad1 (diff)
downloadbcm5719-llvm-fa3e722597543b11ad7f2e21bf774db720244b58.tar.gz
bcm5719-llvm-fa3e722597543b11ad7f2e21bf774db720244b58.zip
Fix signed/unsigned compare warning I introduced
'size' of a vector is unsigned, and I accidentially compared it to an int through GTEST. I switched it to unsigned, which is the template parameter type anyway. llvm-svn: 324625
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud