!9 消除代码中的静态检查。

Merge pull request !9 from chenyude/cherry-pick-1647501123
This commit is contained in:
openharmony_ci
2022-03-17 07:23:00 +00:00
committed by Gitee
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
int32_t CheckEndian(void);
int32_t CheckEndian()
int32_t CheckEndian(void)
{
union {
int32_t i;
+1 -1
View File
@@ -13,13 +13,13 @@
* limitations under the License.
*/
#include "syscap_tool.h"
#include <stdint.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
#include <limits.h>
#include "syscap_tool.h"
extern char *optarg;
+1 -1
View File
@@ -13,7 +13,6 @@
* limitations under the License.
*/
#include "syscap_tool.h"
#include <string.h>
#include <stdint.h>
#include <unistd.h>
@@ -23,6 +22,7 @@
#include <limits.h>
#include <sys/types.h>
#include <wait.h>
#include "syscap_tool.h"
extern char *optarg;