From: Erik Faye-Lund Date: Tue, 28 May 2019 11:57:42 +0000 (+0200) Subject: docs: slightly reword paragraph and tweak markup X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=38652a29ae2756f68790560c3587bbd996320d0e;p=mesa.git docs: slightly reword paragraph and tweak markup This makes this paragraph a bit easier to digest. Signed-off-by: Erik Faye-Lund Reviewed-by: Emil Velikov Reviewed-by: Eric Engestrom --- diff --git a/docs/helpwanted.html b/docs/helpwanted.html index 5e0684bd6c0..e9763a3aadf 100644 --- a/docs/helpwanted.html +++ b/docs/helpwanted.html @@ -32,8 +32,8 @@ Just applying patches, testing and reporting back is helpful. There are plenty of open bugs in the bug database.
  • Remove aliasing warnings. -Enable gcc -Wstrict-aliasing=2 -fstrict-aliasing and track down aliasing -issues in the code. +Enable gcc's -Wstrict-aliasing=2 -fstrict-aliasing arguments, and +track down aliasing issues in the code.
  • Contribute more tests to Piglit.