1
0
forked from 0ad/0ad

Remove use of __attribute__ that breaks the Windows build. Refs #2522.

This was SVN commit r16172.
This commit is contained in:
leper 2015-01-21 22:37:25 +00:00
parent b5b9c0f2ae
commit 1857c33602

View File

@ -53,7 +53,7 @@ private:
void get_string_line(std::ostringstream& str, size_t skip);
bool is_empty_line();
bool prefix(const char* );
void error(const std::string& msg) __attribute__((__noreturn__));
void error(const std::string& msg);
void warning(const std::string& msg);
public: