Skip to content

Conversation

@danbev
Copy link
Member

@danbev danbev commented Jul 12, 2024

This commit adds a macro guard to pragma GCC to avoid the following warning on windows:

C:\llama.cpp\ggml\src\ggml-aarch64.c(17,9): warning C4068:
unknown pragma 'GCC' [C:\lama.cpp\build\ggml\src\ggml.vcxproj]

Is it alright to open pull request for ggml in this repository or is it preferred to do so in the ggml repo?

@github-actions github-actions bot added the ggml changes relating to the ggml tensor library for machine learning label Jul 12, 2024
This commit adds a macro guard to pragma GCC to avoid the following
warning on windows:

```console
C:\llama.cpp\ggml\src\ggml-aarch64.c(17,9): warning C4068:
unknown pragma 'GCC' [C:\lama.cpp\build\ggml\src\ggml.vcxproj]
```
@mofosyne mofosyne added the Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix label Jul 13, 2024
@ggerganov ggerganov merged commit 8fac431 into ggml-org:master Jul 15, 2024
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Jul 27, 2024
This commit adds a macro guard to pragma GCC to avoid the following
warning on windows:

```console
C:\llama.cpp\ggml\src\ggml-aarch64.c(17,9): warning C4068:
unknown pragma 'GCC' [C:\lama.cpp\build\ggml\src\ggml.vcxproj]
```
@danbev danbev deleted the ggml-aarch64.c-pragma-win branch August 13, 2025 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ggml changes relating to the ggml tensor library for machine learning Review Complexity : Low Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants