mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 23:41:02 +08:00
5e24471188
../../handler/crash_report_upload_thread.cc:142:7: error: field 'database_' will be initialized after field 'thread_' [-Werror,-Wreorder] database_(database), ^ 1 error generated. And: ..\util\thread\worker_thread_test.cc(25) : warning C4244: 'initializing' : conversion from 'double' to 'const uint64_t', possible loss of data BUG=crashpad:22 R=mark@chromium.org Review URL: https://codereview.chromium.org/1556043005 .