From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-pt/ns_warning/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 files/pt-pt/ns_warning/index.html (limited to 'files/pt-pt/ns_warning/index.html') diff --git a/files/pt-pt/ns_warning/index.html b/files/pt-pt/ns_warning/index.html new file mode 100644 index 0000000000..4ffe526e5d --- /dev/null +++ b/files/pt-pt/ns_warning/index.html @@ -0,0 +1,15 @@ +--- +title: NS_WARNING +slug: NS_WARNING +tags: + - Macros_XPCOM + - XPCOM +translation_of: Mozilla/Tech/XPCOM/Reference/NS_WARNING +--- +

 

+

Sumário

+

Macro

+

Mostra um aviso na consola (stderr) e nos registos de depuração (registos NSPR). Ao contrário do NS_ERROR, esta macro destina-se a erros não-críticos.

+

Sintaxe

+
NS_WARNING("texto de aviso");
+
-- cgit v1.2.3-54-g00ecf