/in/foo.cc: In function 'void wer(T)':
/in/foo.cc:18:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while(z[++Z]=(x%10)^48,x/=10);if(y)z[++Z]='-';
^~~~~
/in/foo.cc:18:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
while(z[++Z]=(x%10)^48,x/=10);if(y)z[++Z]='-';
^~
/in/foo.cc:19:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while(sr[++C]=z[Z],--Z);sr[++C]='\n';
^~~~~
/in/foo.cc:19:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
while(sr[++C]=z[Z],--Z);sr[++C]='\n';
^~