Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
1036 commits behind the upstream repository.
Sean McBride's avatar
Sean McBride authored
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
a40b9263
History