Skip to content

Commit

Permalink
minor - gcc recommends quoting warning messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Sep 30, 2021
1 parent 6f38b1f commit 5d23eb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/ceed-backend.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#include <ceed/backend.h>

#warning <ceed-backend.h> is deprecated and will be removed in libCEED v0.9; use <ceed/backend.h>
#warning "<ceed-backend.h> is deprecated and will be removed in libCEED v0.9; use <ceed/backend.h>"
2 changes: 1 addition & 1 deletion include/ceed-hash.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#include <ceed/hash.h>

#warning <ceed-hash.h> is deprecated and will be removed in libCEED v0.9; use <ceed/hash.h>
#warning "<ceed-hash.h> is deprecated and will be removed in libCEED v0.9; use <ceed/hash.h>"
2 changes: 1 addition & 1 deletion include/ceed-khash.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#include <ceed/khash.h>

#warning <ceed-khash.h> is deprecated and will be removed in libCEED v0.9; use <ceed/khash.h>
#warning "<ceed-khash.h> is deprecated and will be removed in libCEED v0.9; use <ceed/khash.h>"

0 comments on commit 5d23eb2

Please sign in to comment.