Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. make -f posix.mak AUTO_BOOTSTRAP=1
  2. make -C src -f posix.mak
  3. make[1]: Entering directory '/home/soenke/Downloads/dmd-2.071.2/src'
  4. no cpu specified, assuming X86
  5. (CC) BACK_OBJS backend/go.c
  6. c++ -c -Wno-deprecated -Wstrict-aliasing -fno-exceptions -fno-rtti -D__pascal= -DMARS=1 -DTARGET_LINUX=1 -DDM_TARGET_CPU_X86=1 -m64 -Iroot -Itk -Ibackend -I. -DDMDV2=1 -MMD -MF go.deps backend/go.c
  7. backend/go.c: In function ‘int go_flag(char*)’:
  8. backend/go.c:82:5: error: narrowing conversion of ‘-1’ from ‘int’ to ‘mftype {aka unsigned int}’ inside { } [-Wnarrowing]
  9. };
  10. ^
  11. posix.mak:435: recipe for target 'go.o' failed
  12. make[1]: *** [go.o] Error 1
  13. make[1]: Leaving directory '/home/soenke/Downloads/dmd-2.071.2/src'
  14. posix.mak:8: recipe for target 'all' failed
  15. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement