Advertisement
Guest User

Untitled

a guest
Aug 5th, 2014
654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. /usr/bin/cc -std=c11 -D_GNU_SOURCE -Wall -Wextra -Wpointer-arith -Wundef -Wvla -Wwrite-strings -Werror -Wno-error=extra -Wno-error=deprecated-declarations -Wno-error=sign-compare -Wno-error=strict-aliasing -Wno-error=type-limits -Wno-unused-parameter -Wno-error=unused-variable -Wno-error=undef -Wno-error=uninitialized -Wlogical-op -Wno-error=maybe-uninitialized -Waggregate-return -Wnested-externs -Wold-style-definition -Wstrict-prototypes -march=native -o CMakeFiles/cmTryCompileExec2321649813.dir/CheckForPthreads.c.o -c /usr/local/share/cmake-2.8/Modules/CheckForPthreads.c
  2. /usr/local/share/cmake-2.8/Modules/CheckForPthreads.c: In function β€˜runner’:
  3. /usr/local/share/cmake-2.8/Modules/CheckForPthreads.c:34:27: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
  4. printf("%d CC: %d\n", (int)args, cc);
  5. ^
  6. cc1: all warnings being treated as errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement