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 155d412 commit 6b3097eCopy full SHA for 6b3097e
Include/OpenNI.h
@@ -84,8 +84,8 @@ typedef struct
84
85
/** This special URI can be passed to @ref Device::open() when the application has no concern for a specific device. */
86
#if ONI_PLATFORM != ONI_PLATFORM_WIN32
87
-#pragma GCC diagnostic ignored "-Wunused-variable"
88
#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wunused-variable"
89
#endif
90
static const char* ANY_DEVICE = NULL;
91
0 commit comments