Skip to content

Commit

Permalink
test against newer SDL3 source, all good
Browse files Browse the repository at this point in the history
  • Loading branch information
coornio committed Sep 2, 2024
1 parent 1a3e894 commit 78d2a05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CubeChip (SDL).vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@
<LanguageStandard_C>stdc17</LanguageStandard_C>
<DisableSpecificWarnings>
</DisableSpecificWarnings>
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
<OmitFramePointers>
</OmitFramePointers>
<EnableFiberSafeOptimizations>false</EnableFiberSafeOptimizations>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<AdditionalOptions>-Wno-unknown-pragmas -Wno-switch %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
Expand Down
2 changes: 1 addition & 1 deletion src/CubeChip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SDL_AppResult SDL_AppInit(void **Host, int argc, char* argv[]) {
// VS OTHER
#if !defined(NDEBUG) || defined(DEBUG)
{
printf("SDL3 source dated: 18/8/2024\n");
printf("SDL3 test dated: d2/m9/y2024\n");
const auto compiled{ SDL_VERSION }; /* hardcoded number from SDL headers */
const auto linked{ SDL_GetVersion() }; /* reported by linked SDL library */

Expand Down

0 comments on commit 78d2a05

Please sign in to comment.