I am writing a header file in c, and i have the problem that there are many warnings, all of them because of big numbers, which need to be unsigned. How can i block all of the warnings that come up in the header file, without blocking the others, from outside of the header?
Thanks