1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Merge pull request #1988 from flying-dude/pull_request2

linux: reduce build warnings
This commit is contained in:
Brian Fiete 2024-06-06 20:50:47 -07:00 committed by GitHub
commit 0054299049
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 12 additions and 7 deletions

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5)
################### Variables. ####################
# Change if you want modify path or other values. #

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5)
################### Variables. ####################
# Change if you want modify path or other values. #

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5)
################### Variables. ####################
# Change if you want modify path or other values. #

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5)
################### Variables. ####################
# Change if you want modify path or other values. #

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5)
################### Variables. ####################
# Change if you want modify path or other values. #

View file

@ -1,7 +1,12 @@
#pragma once
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS
#endif
#ifndef __STDC_CONSTANT_MACROS
#define __STDC_CONSTANT_MACROS
#endif
// #include <string>
// #include <map>

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5)
################### Variables. ####################
# Change if you want modify path or other values. #

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.5)
################### Variables. ####################
# Change if you want modify path or other values. #