Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
daleglass authored and HifiExperiments committed Jan 12, 2025
1 parent e1546ac commit b2665cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions tests/ktx/src/KtxTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
#include <image/Image.h>
#include <image/TextureProcessing.h>
#include "SerDes.h"
#include "KTX.h"
#include "Texture_ktx.cpp"


QTEST_GUILESS_MAIN(KtxTests)

Expand Down
1 change: 1 addition & 0 deletions tests/ktx/src/KtxTests.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ private slots:
void testKtxEvalFunctions();
void testKhronosCompressionFunctions();
void testKtxSerialization();
void testKtxNewSerializationSphericalHarmonics();
};


0 comments on commit b2665cb

Please sign in to comment.