mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
fixed compiler warning
This commit is contained in:
parent
ee94add57e
commit
fcdd5aca1b
@ -37,7 +37,7 @@ namespace
|
||||
|
||||
void funct(int) {}
|
||||
|
||||
float funct_f(int) {}
|
||||
float funct_f(int) { return 0;}
|
||||
};
|
||||
|
||||
void test_metaprog()
|
||||
|
Loading…
Reference in New Issue
Block a user