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");
Macro
Shows a warning on the console (stderr) and in debug logs (NSPR logging). Contrary to NS_ERROR this is meant for noncritical errors.
NS_WARNING("warning text");