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 62a35ea commit 87fb3fbCopy full SHA for 87fb3fb
Sources/_TestingInternals/Versions.cpp
@@ -26,7 +26,7 @@ const char *swt_getTestingLibraryVersion(void) {
26
static char version[] = {
27
#pragma clang diagnostic push
28
#pragma clang diagnostic ignored "-Wc23-extensions"
29
-#embed "../../VERSION.txt"
+#embed "../../VERSION.txt" suffix(, '\0')
30
#pragma clang diagnostic pop
31
};
32
0 commit comments