Skip to content

Commit

Permalink
Add [[noreturn]] to Error function
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVanheer committed Mar 15, 2022
1 parent 9bad906 commit b48b074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/common/cmdlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ char* ExpandPathAndArchive(char* path);

double I_FloatTime (void);

void Error (const char *error, ...);
[[noreturn]] void Error (const char *error, ...);
int CheckParm (const char *check);

FILE* SafeOpenWrite(const char* filename);
Expand Down

0 comments on commit b48b074

Please sign in to comment.