add left/right side trim cursors and use them for region trimming, as appropriate
[ardour.git] / libs / pbd / stacktrace.cc
index c517967fa22f5a1253cfe9368af78f0d4f66eb29..3aef2edd0b298d29845151c6edd6f5ccc42fa97e 100644 (file)
 
 */
 
-#include <pbd/stacktrace.h>
+#include "libpbd-config.h"
+
+#include "pbd/stacktrace.h"
+#include <cstdio>
 #include <iostream>
 
 void
@@ -57,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;
 }