0

What flag should i use to suppress Value Conversion Warning in Xcode?

These Warnings are just annoying. Don't do anything harmful in compiling or execution of program.

Bilal
  • 558
  • 8
  • 18

1 Answers1

0

-w flag against that header file solved the issue.

Bilal
  • 558
  • 8
  • 18