about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/View.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index ab2720ba..4e015070 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -579,6 +579,7 @@ sub thread_results {
         require PublicInbox::Thread;
         my $th = PublicInbox::Thread->new(@$msgs);
         $th->thread;
+        no warnings 'once';
         $th->order(*PublicInbox::Thread::sort_ts);
         $th
 }