⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 w.html

📁 gcc手册
💻 HTML
字号:
<html lang="en">

<head>

<title>Using as</title>

<meta http-equiv="Content-Type" content="text/html">

<meta name="description" content="Using as">

<meta name="generator" content="makeinfo 4.3">

<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">

</head>

<body>

<div class="node">

<p>

Node:<a name="W">W</a>,

Next:<a rel="next" accesskey="n" href="Z.html#Z">Z</a>,

Previous:<a rel="previous" accesskey="p" href="v.html#v">v</a>,

Up:<a rel="up" accesskey="u" href="Invoking.html#Invoking">Invoking</a>

<hr><br>

</div>



<h3 class="section">Control Warnings: <code>-W</code>, <code>--warn</code>, <code>--no-warn</code>, <code>--fatal-warnings</code></h3>



   <p><code>as</code> should never give a warning or error message when

assembling compiler output.  But programs written by people often

cause <code>as</code> to give a warning that a particular assumption was

made.  All such warnings are directed to the standard error file.



   <p>If you use the <code>-W</code> and <code>--no-warn</code> options, no warnings are issued. 

This only affects the warning messages: it does not change any particular of

how <code>as</code> assembles your file.  Errors, which stop the assembly,

are still reported.



   <p>If you use the <code>--fatal-warnings</code> option, <code>as</code> considers

files that generate warnings to be in error.



   <p>You can switch these options off again by specifying <code>--warn</code>, which

causes warnings to be output as usual.



   </body></html>



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -