Advertisement
GregLeblanc

Untitled

Nov 15th, 2022
1,085
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.50 KB | None | 1 0
  1. $ make
  2. cc -o switcher_danfysik -Wall -g switcher_danfysik.c -I.
  3. switcher_danfysik.c: In function ‘xs_wprintf’:
  4. switcher_danfysik.c:1501:6: warning: type of ‘va_alist’ defaults to ‘int’ [-Wimplicit-int]
  5.  1501 | void xs_wprintf(va_alist)
  6.       |      ^~~~~~~~~~
  7. In file included from switcher_danfysik.c:36:
  8. switcher_danfysik.c:1513:2: error: ‘va_start’ used in function with fixed args
  9.  1513 |  va_start(args, sizeof(args));
  10.       |  ^~~~~~~~
  11. make: *** [Makefile:4: switcher_danfysik] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement