Guest User

Untitled

a guest
Apr 18th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1.  
  2. primitives/nmg/nmg_tri.c: In function 'nmg_plot_fu':
  3. primitives/nmg/nmg_tri.c:2531:13: error: variable 'temp' set but not used [-Werror=unused-but-set-variable]
  4. primitives/nmg/nmg_tri.c:2530:13: error: variable 'dist_btw_prev_curr' set but not used [-Werror=unused-but-set-variable]
  5. primitives/nmg/nmg_tri.c: In function 'nmg_triangulate_rm_holes':
  6. primitives/nmg/nmg_tri.c:2754:29: error: variable 'vu2' set but not used [-Werror=unused-but-set-variable]
  7. cc1: all warnings being treated as errors
  8. make[2]: *** [nmg_tri.lo] Error 1
  9. make[2]: Leaving directory `/home/devlin/source/brlcad-7.20.4/src/librt'
  10. make[1]: *** [all-recursive] Error 1
  11. make[1]: Leaving directory `/home/devlin/source/brlcad-7.20.4/src'
  12. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment