scons: Get rid of a redundant "Warning:" in the SConstruct.
authorGabe Black <gabe.black@gmail.com>
Thu, 26 Mar 2020 10:47:38 +0000 (03:47 -0700)
committerGabe Black <gabeblack@google.com>
Fri, 27 Mar 2020 08:44:28 +0000 (08:44 +0000)
commitec236a55eeef31435df999fc790f5c501aa657c6
treebb096084e15474044ae51630f79caf8ae572d707
parent55ae5a886b0a2a9529742d0466856ef5c0dc34a1
scons: Get rid of a redundant "Warning:" in the SConstruct.

The "warning()" method already prints "Warning:", so putting it in the
message itself means it gets printed twice.

Change-Id: Ic157355958fdf56739f865a926ecba071bb25c5e
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27127
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
SConstruct