----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3779/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11793:9e7dc6807c35 --------------------------- proto: Fix warnings for protoc v3 protoc v3 introduces a new syntax for proto files and warns when the syntax is not explicitly stated. protoc relies on the fact that undefined preprocessor symbols are explanded to 0 but since we use -Wundef they end up generating warnings. Change-Id: If07abeb54e932469c8f2c4d38634a97fdae40f77 Reviewed-by: Andreas Hansson <[email protected]> Reviewed-by: Andreas Sandberg <[email protected]> Diffs ----- src/proto/SConscript 494ab5474716 src/proto/inst.proto 494ab5474716 src/proto/inst_dep_record.proto 494ab5474716 src/proto/packet.proto 494ab5474716 Diff: http://reviews.gem5.org/r/3779/diff/ Testing ------- Thanks, Nikos Nikoleris _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
