ike3 / mangosbot

This is a modification of MaNGOS (Zero, One, R2, Trinity) server which brings a number of bots online and available for any player. Also allows you to use your account/guild characters as bots.
http://ike3.github.io/mangosbot-docs/
GNU General Public License v2.0
183 stars 78 forks source link

Linux Warnings Regarding Pragma Mark #3

Closed jaredjones closed 10 years ago

jaredjones commented 10 years ago

Since all the pragma marks in your code have a semi colon in them, the compiler screams about each one. If you remove the additional semicolon after the pragma mark the warnings will go away.

Example of a Warning: /home/trinity/mangosbot/src/server/game/Ahbot/ItemBag.h:1:13: warning: extra tokens at end of #pragma directive [enabled by default]

pragma once;

                    ^