Skip to content

Commit

Permalink
Init data, just in case.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisTM committed Jun 5, 2024
1 parent 2cf86b8 commit 63f3cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4

- name: Configure CMake
run: cmake -B ${{ env.build }} -DBUILD_EXAMPLES=ON -DBUILD_TESTING=ON
run: cmake -B ${{ env.build }} -DBUILD_EXAMPLES=ON

# Build is not required unless generated source files are used
# - name: Build CMake
Expand Down
2 changes: 1 addition & 1 deletion include/cracon/cracon.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class SharedFile : public File {
* @brief Allow to store this structure on the stack to avoid double
* indirection.
*/
Param(){};
Param(): data({}) {};

/**
* @brief Fetches a copy of the current data. This doesn't touch the file.
Expand Down

0 comments on commit 63f3cec

Please sign in to comment.