mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
miscellaneous fixes for warnings from -Wconversion
This commit is contained in:
parent
811f625623
commit
0d70be3a05
11 changed files with 36 additions and 34 deletions
|
|
@ -62,7 +62,7 @@ PBD::stacktrace (std::ostream& out, int levels, size_t start)
|
|||
if (start == 0) {
|
||||
out << "-- Stacktrace Thread: " << pthread_name () << std::endl;
|
||||
}
|
||||
strings = backtrace_symbols (array, size);
|
||||
strings = backtrace_symbols (array, (int) size);
|
||||
|
||||
if (strings) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue