removed unused const modificator from enum declarations
This commit is contained in:
parent
86d206ba7b
commit
f4d30f1aa2
@ -20,7 +20,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#define WHY2_FLAGS_H
|
||||
|
||||
//CONSTS
|
||||
const enum WHY2_EXIT_CODES //exit codes you fucking idiot
|
||||
enum WHY2_EXIT_CODES //exit codes you fucking idiot
|
||||
{
|
||||
WHY2_SUCCESS = 0, //EXIT CODE FOR WHY2_SUCCESSFUL RUN
|
||||
WHY2_INVALID_KEY = 1, //EXIT VALUE FOR INVALID KEY
|
||||
|
@ -20,7 +20,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#define WHY2_LOGGER_FLAGS_H
|
||||
|
||||
//CONSTS
|
||||
const enum WHY2_LOGGER_EXIT_CODES //exit codes you fucking idiot (2#)
|
||||
enum WHY2_LOGGER_EXIT_CODES //exit codes you fucking idiot (2#)
|
||||
{
|
||||
INVALID_FILE = -1 //THIS WILL HAPPEN IF YOU USE TOO MUCH LOGS lol
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user