### Description: Describe your problem here I am running the 2018 version of xtensa. When I was compiling my program it was unsuccessful, because of this line: ``` #pragma GCC diagnostic ignored "-Wunused-but-set-parameter"``` in BLERemoteService.cpp line 238. I just changed it to 'warning' and moved it up the file and that fixed the problem for me.