On Fri, Oct 7, 2011 at 4:34 PM, jim norris <[email protected]> wrote: > > I'm getting compile errors from a fresh clone of the tree in the files: > > src/target/armv7a.c > src/target/cortex_a.c > > having to do with unused but set variables. Did I miss something?
OpenOCD compiles with -Werror which causes all warnings to produce errors. This is to force us to fix all errors as we go along. Please submit a patch to fix the warnings. Thanks! -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
