beefytech / Beef

Beef Programming Language
http://www.beeflang.org
Other
2.49k stars 128 forks source link

linux: reduce build warnings #1988

Closed flying-dude closed 3 months ago

flying-dude commented 3 months ago

the pr fixes three build warnings:

CMake Deprecation Warning at BeefBoot/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.
BeefySysLib/Common.h:3: warning: "__STDC_LIMIT_MACROS" redefined
    3 | #define __STDC_LIMIT_MACROS
BeefySysLib/Common.h:5: warning: "__STDC_CONSTANT_MACROS" redefined
    5 | #define __STDC_CONSTANT_MACROS