mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-05 08:45:22 +00:00
parser - Fix const char warnings
This patch addresses a bunch of the compiler string conversion warnings that were introduced with the C++-ification patch. Signed-off-by: Steve Beattie <steve@nxnw.org> Acked-by: Tyler Hicks <tyhicks@canonical.com>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
extern int preprocess_only;
|
||||
|
||||
extern int add_search_dir(char *dir);
|
||||
extern int add_search_dir(const char *dir);
|
||||
extern void init_base_dir(void);
|
||||
extern void set_base_dir(char *dir);
|
||||
extern void parse_default_paths(void);
|
||||
|
Reference in New Issue
Block a user