Skip to content

Commit

Permalink
Fix #warn -> #warning
Browse files Browse the repository at this point in the history
Although it never happens, lets fix this.

Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
  • Loading branch information
pantoniou committed Oct 21, 2023
1 parent 8def99e commit 77fb752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/fy-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
const char *fy_library_version(void)
{
#ifndef VERSION
#warn No version defined
#warning No version defined
return "UNKNOWN";
#else
return VERSION;
Expand Down

0 comments on commit 77fb752

Please sign in to comment.