summaryrefslogtreecommitdiffstats
path: root/src/common/lz4_compression.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-04common/lz4_compression: Remove #pragma once directive from the cpp fileLioncash1-2/+0
Introduced within 798d76f4c7018174e58702fb06a042dc8c84f0be, this only really has an effect within header files. Silences a -Wpragma-once-outside-header warning with clang.
2019-03-29Addressed feedbackunknown1-0/+78