hunyadi-dev opened a new pull request #895:
URL: https://github.com/apache/nifi-minifi-cpp/pull/895


   Script used:
   cat build_logs.log | grep -v "thirdparty" | sort | uniq | egrep 
"\[-Wunused-parameter*\]" | tr ":" " " | cut -d" " -f1,2,9 | tr "'" " " | tr -s 
" " | xargs -n3 python -c 'import os,sys; print("%s %s %s" % 
(os.path.abspath(sys.argv[1]), sys.argv[2], sys.argv[3]))' | sort | uniq | 
xargs -n 3 sh -c 'perl -pi -e "$. == $2 && s;( *([*&])? *)$3( *= 
*?[\w:]*(\(\))?)* *(?=[\),]);\2 /*$3*/\3;" $1' sh
   
   Manual edits (due to C compatibility enforcing naming arguments) in:
   nanofi/include/sitetosite/CPeer.h
   nanofi/include/sitetosite/CRawSocketProtocol.h
   nanofi/src/sitetosite/CRawSocketProtocol.c
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to