Browse Source

common/lz4_compression: Remove #pragma once directive from the cpp file

Introduced within 96e14e0718, this only
really has an effect within header files.

Silences a -Wpragma-once-outside-header warning with clang.
nce_cpp
Lioncash 7 years ago
parent
commit
a04ced34de
  1. 2
      src/common/lz4_compression.cpp

2
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 <algorithm>
#include <lz4hc.h>

Loading…
Cancel
Save