How to WRITE compile time warning for user

Viewed 5832

I would like to write a Pragma warning in GNU G++ for every user that compile my codes.

How can i do this? I am using GNU G++ compiler.

1 Answers
Related