Skip to content
Snippets Groups Projects
Commit a40b9263 authored by Sean McBride's avatar Sean McBride Committed by Brad King
Browse files

SystemInformation: Work around gcc -Wliteral-suffix warning

A single quote in an inline assembly comment is confusing gcc:

 .../SystemInformation.cxx:256:24: warning: invalid suffix on literal;
 C++11 requires a space between literal and identifier [-Wliteral-suffix]
 ; optimiser doesn't know about <<CPUID>>, and so doesn't expect
                  ^

Avoid it by changing "doesn't" to "does not".

Change-Id: Ic4caaeaabfdb99aa486ec09b23d670ec1b125069
parent 2b0c683d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment