Print

Print


Just wondering if the following is a possible bug or intended?
```c++
/build/xrootd/src/xrootd-4.9.1/src/XrdOfs/XrdOfsTPC.cc: In static member function ‘static void XrdOfsTPC::Init(XrdOfsTPC::iParm&)’:
/build/xrootd/src/xrootd-4.9.1/src/XrdOfs/XrdOfsTPC.cc:455:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
    if (Parms.autoRM >= 0) autoRM = Parms.autoRM != 0;
    ^~
/build/xrootd/src/xrootd-4.9.1/src/XrdOfs/XrdOfsTPC.cc:456:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
                           noids  = Parms.oidsOK == 0;
                           ^~~~~
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/961
########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1