Guest User

Untitled

a guest
Jul 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. make app
  2.  
  3. D:/Users/hello/esp/hello_world/SmartDoorBell/main/include.c:5:1: warning: data definition has no type or storage class
  4. GOT_MY_ADDRESS = BIT0;
  5. ^
  6.  
  7. D:/Users/hello/esp/hello_world/SmartDoorBell/main/include.c:5:1: error: type defaults to 'int' in declaration of 'GOT_MY_ADDRESS' [-Werror=implicit-int]
  8.  
  9. D:/Users/hello/esp/hello_world/SmartDoorBell/main/include.c:5:1: error: conflicting type qualifiers for
  10. 'GOT_MY_ADDRESS'
  11.  
  12. In file included from D:/Users/hello/esp/hello_world/SmartDoorBell/main/include.c:1:0:
  13.  
  14. D:/Users/hello/esp/hello_world/SmartDoorBell/main/include.h:41:11: note: previous declaration of 'GOT_MY_ADDRESS' was here
  15. const int GOT_MY_ADDRESS;
  16. ^
  17. D:/Users/hello/esp/hello_world/SmartDoorBell/main/include.c:6:1: warning: data definition has no type or storage class
  18. GOT_PEER_ADDRESS = BIT1;
  19. ^
  20. D:/Users/hello/esp/hello_world/SmartDoorBell/main/include.c:6:1: error: type defaults to 'int' in declaration of 'GOT_PEER_ADDRESS' [-Werror=implicit-int]
  21.  
  22. D:/Users/hello/esp/hello_world/SmartDoorBell/main/include.c:6:1: error: conflicting type qualifiers for
  23. 'GOT_PEER_ADDRESS'
  24. In file included from D:/Users/hello/esp/hello_world/SmartDoorBell/main/include.c:1:0:
  25.  
  26. D:/Users/hello/esp/hello_world/SmartDoorBell/main/include.h:42:11: note: previous declaration of 'GOT_PEER_ADDRESS' was here
  27. const int GOT_PEER_ADDRESS;
  28. ^
Add Comment
Please, Sign In to add comment