Skip to content

Commit

Permalink
Fix #if/#ifdef confusion, detected by -Werror=undef
Browse files Browse the repository at this point in the history
Change-Id: If34e761dc6a3b38ca60433adc674332fb5c7721b
Reviewed-by: David Faure <[email protected]>
Reviewed-by: Ulf Hermann <[email protected]>
  • Loading branch information
dfaure authored and milianw committed Jan 4, 2021
1 parent db1a184 commit fcda088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/perfdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ public slots:
QByteArray m_decompressBuffer;
QByteArray m_compressedBuffer;
int m_remaininingDecompressedDataSize = 0;
#if HAVE_ZSTD
#ifdef HAVE_ZSTD
ZSTD_DStream *m_zstdDstream = nullptr;
#endif

Expand Down

0 comments on commit fcda088

Please sign in to comment.