From a04ced34de57c181f825cea87414ffd70c26553a Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 3 Apr 2019 22:02:18 -0400 Subject: [PATCH] common/lz4_compression: Remove #pragma once directive from the cpp file Introduced within 96e14e07187a520d8c6b10216f689c2ea4d8d24c, this only really has an effect within header files. Silences a -Wpragma-once-outside-header warning with clang. --- src/common/lz4_compression.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/lz4_compression.cpp b/src/common/lz4_compression.cpp index dc9b4a9164..ade6759bb2 100644 --- a/src/common/lz4_compression.cpp +++ b/src/common/lz4_compression.cpp @@ -2,8 +2,6 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. -#pragma once - #include #include