Skip to content

Commit

Permalink
Migrate project to C99
Browse files Browse the repository at this point in the history
  • Loading branch information
ruimaciel committed Sep 1, 2023
1 parent 05e512f commit dcba5a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ target_include_directories(${PROJECT_NAME}

set_target_properties(${PROJECT_NAME}
PROPERTIES
C_STANDARD 90
C_STANDARD 99
C_STANDARD_REQUIRED ON
C_EXTENSIONS OFF
SOVERSION 1
Expand Down
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Changed
- Convert project to C99
- Adopt .clang-format spec

## [1.0.0] 2023-06-05
Expand Down

0 comments on commit dcba5a4

Please sign in to comment.