forked from UpstandingHackers/hammer
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
By default scons, has -Werror=clobbered set in build and GCC 4.8.4 produces a warning for this that gets promoted to error.
It seems we can either resolve the warning or loosen the build flag.
build/opt/src/backends/regex.c: In function 'run_trace':
build/opt/src/backends/regex.c:209:75: error: argument 'trace' might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]
HParseResult *run_trace(HAllocator *mm__, HRVMProg *orig_prog, HRVMTrace *trace, const uint8_t *input, int len) {
Metadata
Metadata
Assignees
Labels
No labels