TMS320F28P650DK: Unused variables warning in driverlib source code

Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: C2000WARE

Hi Experts,

My customer is integrating the driverlib souces into the project, such that when they debug the codes, they can jump into the driverlib functions.

However, there are many unused variables in the driverlib souces, which would causes a compiler warning.

This is causing troubles becuase they would actually using the unused variable warnings to elimiate unused variable in their own code. The driverlib unused variables are mixing with teh unused variables of the application code, causing troubles to identify which variable to elimiate.

Is there a method to mute the unused variable warning only to the driverlib sources?

Regards,

Hang