You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2018. It is now read-only.
With gcc 6.1.1 using the cc1plus standard, indentation warnings are treated as errors. This, un unclear indentation popped up in OrfDecoder.cpp. I "fixed" the issue (attachment) by only looking affected lines but w/o any understanding what the code is supposed to do.