Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

NS_WARNING

Summary

Macro

Shows a warning on the console (stderr) and in debug logs (NSPR logging). Contrary to NS_ERROR this is meant for noncritical errors.

Syntax

NS_WARNING("warning text");

Document Tags and Contributors

 Contributors to this page: teoli, Editmonkey, Biesi
 Last updated by: Editmonkey,