mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-14 18:22:41 +02:00
23 lines
536 B
Diff
23 lines
536 B
Diff
safesprintf emitnull:
|
|
error: conversion from 'std::nullptr_t' to 'const internal::Arg' is ambiguous
|
|
const internal::Arg arg_array[] = { args... };
|
|
|
|
--- a/base/strings/safe_sprintf_unittest.cc
|
|
+++ b/base/strings/safe_sprintf_unittest.cc
|
|
@@ -740,6 +740,7 @@
|
|
#endif
|
|
}
|
|
|
|
+#if 0
|
|
TEST(SafeSPrintfTest, EmitNULL) {
|
|
char buf[40];
|
|
#if defined(__GNUC__)
|
|
@@ -756,6 +757,7 @@
|
|
#pragma GCC diagnostic pop
|
|
#endif
|
|
}
|
|
+#endif
|
|
|
|
TEST(SafeSPrintfTest, PointerSize) {
|
|
// The internal data representation is a 64bit value, independent of the
|