We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c989cef commit 2d05f17Copy full SHA for 2d05f17
1 file changed
ImGuiFileDialog.cpp
@@ -25,6 +25,10 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
SOFTWARE.
26
*/
27
28
+#ifndef IMGUI_DEFINE_MATH_OPERATORS
29
+#define IMGUI_DEFINE_MATH_OPERATORS
30
+#endif
31
+
32
#include "ImGuiFileDialog.h"
33
34
#ifdef __cplusplus
@@ -2761,12 +2765,10 @@ namespace IGFD
2761
2765
2762
2766
IGFD::ThumbnailFeature::~ThumbnailFeature() = default;
2763
2767
2764
- void IGFD::ThumbnailFeature::NewThumbnailFrame(FileDialogInternal& vFileDialogInternal)
2768
+ void IGFD::ThumbnailFeature::NewThumbnailFrame(FileDialogInternal& /*vFileDialogInternal*/)
2769
{
2770
#ifdef USE_THUMBNAILS
2771
prStartThumbnailFileDatasExtraction();
-#else
- (void)vFileDialogInternal;
2772
#endif
2773
}
2774
0 commit comments