add left/right side trim cursors and use them for region trimming, as appropriate
[ardour.git] / libs / pbd / stacktrace.cc
index bf4c5ba26d053e57d14675b5d5eff503a43b096b..3aef2edd0b298d29845151c6edd6f5ccc42fa97e 100644 (file)
@@ -17,6 +17,8 @@
 
 */
 
+#include "libpbd-config.h"
+
 #include "pbd/stacktrace.h"
 #include <cstdio>
 #include <iostream>
@@ -58,7 +60,7 @@ PBD::stacktrace (std::ostream& out, int levels)
 #else
 
 void
-PBD::stacktrace (std::ostream& out, int levels)
+PBD::stacktrace (std::ostream& out, int /*levels*/)
 {
        out << "stack tracing is not enabled on this platform" << std::endl;
 }