X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/35d3edcd532b946091e00ed32140f5a070857a53..b5fe7ca67bf3121959a0b5a59afd00c1708f2f03:/tests/strings/vsnprintf.cpp diff --git a/tests/strings/vsnprintf.cpp b/tests/strings/vsnprintf.cpp index d6640ef0d1..8353178303 100644 --- a/tests/strings/vsnprintf.cpp +++ b/tests/strings/vsnprintf.cpp @@ -90,7 +90,7 @@ int r; wxString(buffer)) // this is the same as wxSnprintf() but it passes the format string to -// wxVsnprintf() without using ATTRIBUTE_PRINTF and thus suppresses the gcc +// wxVsnprintf() without using WX_ATTRIBUTE_PRINTF and thus suppresses the gcc // checks (and resulting warnings) for the format string // // use with extreme care and only when you're really sure the warnings must be