about summary refs log tree commit diff stats
path: root/html/085scenario_console.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2018-04-20 00:06:38 -0700
committerKartik K. Agaram <vc@akkartik.com>2018-04-20 00:06:38 -0700
commit26a5d50613a3c6cc60f9b6206df15772964eb853 (patch)
treea1bb5b80290a424dbdc436c0a125b4aba6cef697 /html/085scenario_console.cc.html
parent8878326574db7c121ce1bc06b3014eb1986946cc (diff)
downloadmu-26a5d50613a3c6cc60f9b6206df15772964eb853.tar.gz
4235 - fix a build issue for Apple clang 900.0.38
The trouble with rewriting 'unused' to '__attribute__(unused)' is that
if we happen to deliberately introduce '__attribute__(unused)' somehow,
say in the standard headers, then it gets expanded twice to '__attribute__(__attribute__(unused))'.
So we switch to a synonym.
Diffstat (limited to 'html/085scenario_console.cc.html')
0 files changed, 0 insertions, 0 deletions
a> 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171