Skip to content

Conversation

@BenPinet
Copy link
Member

BREAKING CHANGE: v15 changes

BenPinet and others added 2 commits July 16, 2024 13:41
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

*/

#include <mylib/hello_world.h>
#include <mylib/hello_world.hpp>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: 'mylib/hello_world.hpp' file not found [clang-diagnostic-error]

#include <mylib/hello_world.hpp>
         ^


#include <geode/basic/assert.h>
#include <geode/basic/logger.h>
#include <geode/basic/assert.hpp>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: 'geode/basic/assert.hpp' file not found [clang-diagnostic-error]

#include <geode/basic/assert.hpp>
         ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants