mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix compiler warnings
This commit is contained in:
parent
8b3a49349d
commit
f305c82494
5 changed files with 6 additions and 5 deletions
|
@ -636,7 +636,7 @@ macro_rules! handle_potential_webgl_error {
|
|||
}
|
||||
};
|
||||
($context:expr, $call:expr) => {
|
||||
handle_potential_webgl_error!($context, $call, ());
|
||||
handle_potential_webgl_error!($context, $call, ())
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue