解决办法就是if语句的下面加{}

报错的

    if (!pMem)
return LOS_NOK;

修改后

    if (!pMem)
{
return LOS_NOK;
}

最新文章

  1. APP开放源码第一弹《纳豆》
  2. 这两年在QQGame写过的游戏(2012.7.15-2014.8.25)
  3. 基于iSCSI的SQL Server 2012群集测试(五)--镜像,作业,复制分发测试
  4. Spring 整合 Hibernate
  5. lego blocks
  6. 关于local storage 和 session storage以及cookie 区别简析
  7. 我的hibernate学习记录(二)
  8. This application failed to start because it could not find or load the Qt platform plugin "windows" 的问题原因以及解决方案
  9. vector作为函数返回值
  10. vue图片上传到七牛云
  11. Spring Boot 国际化及点击链接跳转国家语言
  12. odoo 11 之signup_with_phone模块分析
  13. Echarts . 在柱状图中添加自定义值 (键值对)
  14. 移动App测试实战—专项测试
  15. python2.7 qt4
  16. Js学习(1)
  17. WLC5520无法通过无线客户端进行网管故障解决
  18. ORM增删改查(django)
  19. C#中 EF(EntityFramework) 性能优化
  20. 虚拟机stack全分析

热门文章

  1. Common administrative commands in Red Hat Enterprise Linux 5, 6, and 7
  2. [控件] ChangeColorLabel
  3. 为什么有时候NSData转换成NSString的时候返回nil
  4. 铁乐学python_day22_面向对象编程4
  5. php算法基础----时间复杂度和空间复杂度
  6. September 26th 2017 Week 39th Tuesday
  7. mysql workbench的PK,NN,UQ,BIN,UN,ZF,AI
  8. 浅析Java CompletionService
  9. 将项目发布到Maven中央仓库的不完整纪要
  10. 【洛谷】【堆】P1168 中位数