消除代码静态检查。

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I00dc53d865ba0f265df8d4f3121cce8c11e1d5e6
This commit is contained in:
yudechen
2022-03-17 15:02:14 +08:00
parent 9aab0b11ac
commit d7731deef6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
int32_t CheckEndian(void); int32_t CheckEndian(void);
int32_t CheckEndian() int32_t CheckEndian(void)
{ {
union { union {
int32_t i; int32_t i;
+1 -1
View File
@@ -13,13 +13,13 @@
* limitations under the License. * limitations under the License.
*/ */
#include "syscap_tool.h"
#include <stdint.h> #include <stdint.h>
#include <unistd.h> #include <unistd.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <getopt.h> #include <getopt.h>
#include <limits.h> #include <limits.h>
#include "syscap_tool.h"
extern char *optarg; extern char *optarg;
+1 -1
View File
@@ -13,7 +13,6 @@
* limitations under the License. * limitations under the License.
*/ */
#include "syscap_tool.h"
#include <string.h> #include <string.h>
#include <stdint.h> #include <stdint.h>
#include <unistd.h> #include <unistd.h>
@@ -23,6 +22,7 @@
#include <limits.h> #include <limits.h>
#include <sys/types.h> #include <sys/types.h>
#include <wait.h> #include <wait.h>
#include "syscap_tool.h"
extern char *optarg; extern char *optarg;