diff options
Diffstat (limited to 'files/pt-pt/ns_warning/index.html')
-rw-r--r-- | files/pt-pt/ns_warning/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
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 +--- +<p> </p> +<h3 id="Sum.C3.A1rio" name="Sum.C3.A1rio">Sumário</h3> +<p><b>Macro</b></p> +<p>Mostra um aviso na consola (stderr) e nos registos de depuração (registos NSPR). Ao contrário do <a href="pt/NS_ERROR">NS_ERROR</a>, esta macro destina-se a erros não-críticos.</p> +<h3 id="Sintaxe" name="Sintaxe">Sintaxe</h3> +<pre class="eval">NS_WARNING("texto de aviso"); +</pre> |